Skip to content

Commit

Permalink
even more workflow stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
FroggyPanda committed Mar 3, 2024
1 parent 1b52011 commit 5d5e4c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: main
on:
push:
branches:
Expand All @@ -17,7 +17,7 @@ jobs:
node-version: 16.x
cache: 'pnpm'

- run: pnpm install
- run: pnpm install --frozen-lockfile
- run: pnpm run format
lint:
runs-on: ubuntu-latest
Expand All @@ -31,5 +31,5 @@ jobs:
node-version: 16.x
cache: 'pnpm'

- run: pnpm install
- run: pnpm install --frozen-lockfile
- run: pnpm run lint

0 comments on commit 5d5e4c4

Please sign in to comment.