Skip to content

feat: 👷 add in audit workflow #3

feat: 👷 add in audit workflow

feat: 👷 add in audit workflow #3

Workflow file for this run

name: "Audit"

Check failure on line 2 in .github/workflows/audit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/audit.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
on:
pull_request:
types: [synchronize, opened]
jobs:
bundlewatch:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Install dependencies
- run: npm ci
- name: Bundlewatch
- uses: jackyef/bundlewatch-gh-action@0.3.0
with:
build-script: npm run build
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
bundlewatch-config: ./node_modules/@theholocron/bundlewatch-config/bundlewatch.config.js