We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a27b2 commit 4939d21Copy full SHA for 4939d21
.github/workflows/test-codegen.yml
@@ -43,4 +43,8 @@ jobs:
43
cache: 'yarn'
44
45
- run: yarn install
46
+
47
+ - name: Lint
48
+ run: yarn lint
49
50
- run: yarn test
0 commit comments