Skip to content

Commit a639131

Browse files
committed
ci: remove linters job from GitHub Actions workflow
1 parent be0d92c commit a639131

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,3 @@ 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)