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 f8cc509 commit 23a8e4dCopy full SHA for 23a8e4d
.github/workflows/update-lint-and-build.yml
@@ -41,6 +41,7 @@ jobs:
41
TX_TOKEN: ${{ secrets.TX_TOKEN }}
42
# Process README.en.md
43
- run: python -Werror -m cogapp -rP README.en.md
44
+ if: ${{ hashFiles('README.en.md') != '' }}
45
env:
46
47
- run: git config --local user.email [email protected]
0 commit comments