Skip to content

Commit

Permalink
change when lint workflow in ran
Browse files Browse the repository at this point in the history
  • Loading branch information
antoKeinanen committed Mar 9, 2024
1 parent 2206d79 commit 04186b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
lint:
Expand All @@ -21,7 +20,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '18'

- name: Cache pnpm modules
uses: actions/cache@v3
Expand Down

0 comments on commit 04186b3

Please sign in to comment.