Skip to content

Commit

Permalink
Fix 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jul 18, 2023
1 parent 026908c commit b9cdabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: >
python -c "import re;from pathlib import Path;
raise SystemExit(
'\n'.join(re.findall(r'(?<=```cs\n)([^`]+)', Path('README.md').read_text()))
'\n'.join(re.findall(r'(?<=\`\`\`cs\n)([^\`]+)', Path('README.md').read_text()))
!= Path('src/GonExamples/Basic.cs').read_text()
)"
- name: 'Install MyPy'
Expand Down

0 comments on commit b9cdabc

Please sign in to comment.