Skip to content

Commit

Permalink
chore: fixed eslint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinPython committed Jul 22, 2024
1 parent ca0c1da commit 8121994
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- "web/**"

jobs:
lint:
name: ESLint
build-site-test:
name: Build Site Test
runs-on: ubuntu-latest

steps:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: ESLint Check

on:
push:
branches:
- '*'
push:
branches:
- '*'
paths:
- "api/**"
- "bot/**"
- "web/**"

jobs:
lint:
Expand Down

0 comments on commit 8121994

Please sign in to comment.