We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495be42 commit 6bb5c0dCopy full SHA for 6bb5c0d
.github/workflows/testing.yml
@@ -9,7 +9,7 @@ on:
9
workflow_dispatch:
10
11
jobs:
12
- prettier:
+ linting:
13
runs-on: ubuntu-latest
14
if: github.event_name == 'pull_request'
15
@@ -65,7 +65,7 @@ jobs:
65
66
browserstack:
67
68
- needs: [unit-tests, prettier]
+ needs: [unit-tests, linting]
69
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
70
71
strategy:
0 commit comments