Skip to content

Commit

Permalink
fix: 💚 syntax issues with yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnewton committed Oct 17, 2024
1 parent e86db26 commit ae3eb98
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: "Audit"
name: Audit

on:
pull_request:
types: [synchronize, opened]
on:
pull_request:
types: [synchronize, opened]

jobs:
bundlewatch:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
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: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"

- name: Install dependencies
- run: npm ci
- 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
- 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

0 comments on commit ae3eb98

Please sign in to comment.