Skip to content

Commit be0d92c

Browse files
committed
ci: add linters job to GitHub Actions workflow
1 parent 2b21ade commit be0d92c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,19 @@ jobs:
105105
with:
106106
github_token: ${{ secrets.github_token }}
107107
locale: 'US'
108+
109+
run-linters:
110+
name: Run linters
111+
runs-on: ubuntu-latest
112+
113+
steps:
114+
- name: Check out Git repository
115+
uses: actions/checkout@v4
116+
117+
- name: Setup
118+
uses: ./.github/actions/setup
119+
- name: Run linters
120+
uses: wearerequired/lint-action@v2
121+
with:
122+
eslint: true
123+
prettier: true

0 commit comments

Comments
 (0)