Skip to content

Commit

Permalink
Remove continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Dec 12, 2024
1 parent bbf8f3a commit a84fc25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/static_analyses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
pip install numpy
- name: Check files
id: markdown
continue-on-error: true
shell: bash
run: |
MARKDOWN_FILES=$(find . -name "*.md" -not -path "./vendor/*")
Expand Down

0 comments on commit a84fc25

Please sign in to comment.