Skip to content

Commit

Permalink
style: format check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer committed Aug 25, 2024
1 parent 05f5133 commit 72d7585
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ name: Check

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'npm'
- run: npm ci
- run: npm run check
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22.x"
cache: "npm"
- run: npm ci
- run: npm run check

0 comments on commit 72d7585

Please sign in to comment.