Skip to content

Commit

Permalink
fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
lyleschemmerling committed Nov 22, 2024
1 parent f1aa077 commit 25e194b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/contentcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
- name: ESLint
run: |
cd astro
exit `bash ../src/scripts/lint-recent-files.sh`
shell: bash
bash ../src/scripts/lint-recent-files.sh
shell: /usr/bin/bash e -o pipefail {0}

- name: Check for blog posts that have incorrect categories
run: |
exit `src/scripts/check-for-incorrect-categories.sh`
Expand Down

0 comments on commit 25e194b

Please sign in to comment.