We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23ee20 commit c3bf1cbCopy full SHA for c3bf1cb
.github/workflows/update-lint-and-build.yml
@@ -38,6 +38,7 @@ jobs:
38
TX_TOKEN: ${{ secrets.TX_TOKEN }}
39
# Process README.md
40
- run: python -Werror -m cogapp -rP README.md
41
+ if: ${{ hashFiles('README.md') != '' }}
42
env:
43
44
# Process README.en.md
0 commit comments