Skip to content

Commit

Permalink
GH Actions: list linted files
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Apr 10, 2024
1 parent e81c6c8 commit 2a63597
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Test
on:
pull_request:

env:
FORCE_COLOR: 2

jobs:

test-main:
Expand All @@ -18,6 +21,8 @@ jobs:
run: npm install

- name: Style test
env:
DEBUG: eslint:eslint
run: npm run lint

- name: Other setup
Expand Down

0 comments on commit 2a63597

Please sign in to comment.