Skip to content

Commit 6bb5c0d

Browse files
committed
Rename prettier to linting
1 parent 495be42 commit 6bb5c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
prettier:
12+
linting:
1313
runs-on: ubuntu-latest
1414
if: github.event_name == 'pull_request'
1515

@@ -65,7 +65,7 @@ jobs:
6565

6666
browserstack:
6767
runs-on: ubuntu-latest
68-
needs: [unit-tests, prettier]
68+
needs: [unit-tests, linting]
6969
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
7070

7171
strategy:

0 commit comments

Comments
 (0)