Skip to content

Docs(web-twig): Make stack inside DocsSection optional #425

Docs(web-twig): Make stack inside DocsSection optional

Docs(web-twig): Make stack inside DocsSection optional #425

name: Component Analysis
on:
push:
branches:
- main
schedule:
- cron: '0 6 * * *' # every day at 6:00
jobs:
omlet_analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Omlet.dev uses Git History for analysis; Disable shallow clone
fetch-depth: 0
- name: Configure Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install dependencies
uses: bahmutov/[email protected]
with:
useRollingCache: true
- name: Analyze
run: npx omlet analyze
env:
OMLET_TOKEN: ${{ secrets.OMLET_TOKEN }}