Skip to content

Commit

Permalink
feat: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
markonikolas committed Sep 16, 2024
1 parent ecc56ba commit 8aa1e2c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on: push
jobs:
build:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -12,5 +12,8 @@ jobs:
- name: Install modules
run: yarn
lint:
- name: Run ESLint
run: npm run lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- name: Run ESLint
run: npm run lint

0 comments on commit 8aa1e2c

Please sign in to comment.