Skip to content

Commit c3bf1cb

Browse files
Skip if no README (#72)
1 parent e23ee20 commit c3bf1cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-lint-and-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
TX_TOKEN: ${{ secrets.TX_TOKEN }}
3939
# Process README.md
4040
- run: python -Werror -m cogapp -rP README.md
41+
if: ${{ hashFiles('README.md') != '' }}
4142
env:
4243
TX_TOKEN: ${{ secrets.TX_TOKEN }}
4344
# Process README.en.md

0 commit comments

Comments
 (0)