Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c3bf1cb

Browse filesBrowse files
Skip if no README (#72)
1 parent e23ee20 commit c3bf1cb
Copy full SHA for c3bf1cb

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/update-lint-and-build.yml
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.