Skip to content

Commit

Permalink
ci: lint on push
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Sep 1, 2024
1 parent 6081252 commit edbe165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
push:
pull_request:

Check warning on line 5 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint

Expected mapping keys to be in natural ascending order. 'pull_request' should be before 'push'
branches:
- main
Expand All @@ -13,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 18
node-version: 22

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit edbe165

Please sign in to comment.