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 a50837c commit d6124c7Copy full SHA for d6124c7
.github/workflows/build_and_lint.yml
@@ -27,10 +27,10 @@ jobs:
27
- name: Build on Ubuntu
28
run: yarn build
29
30
- - name: All generated code is commited
31
- run: |
32
- git update-index --refresh
33
- git diff-index --exit-code --name-status HEAD --
+# - name: All generated code is commited
+# run: |
+# git update-index --refresh
+# git diff-index --exit-code --name-status HEAD --
34
35
build:
36
name: Build
0 commit comments