Skip to content

Commit

Permalink
fix: path of image check script
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Oct 24, 2024
1 parent 0b9daf4 commit 1a9bc56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
uses: actions/checkout@v3

- name: Run image check script
run: bash scripts/image_check.sh
run: bash ./image_check.sh
working-directory: ./scripts

0 comments on commit 1a9bc56

Please sign in to comment.