Skip to content

feat: move generated workspace to public/stackscan #13

feat: move generated workspace to public/stackscan

feat: move generated workspace to public/stackscan #13

Workflow file for this run

name: Update Stack
on:
push:
branches: [ main ]
jobs:
scan:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run build
- run: node dist/cli.js . --out ./tech.json
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update tech stack"