We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6bfec commit 44ae568Copy full SHA for 44ae568
.github/workflows/linting.yml
@@ -15,4 +15,5 @@ jobs:
15
with:
16
node-version: 18
17
cache: 'npm'
18
+ - run: npm install standard
19
- run: npm run lint
0 commit comments