Skip to content

Commit

Permalink
Use bash without options for syntax checking
Browse files Browse the repository at this point in the history
  • Loading branch information
hummeltech committed Dec 25, 2021
1 parent c287321 commit 1c2327a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/syntax-check-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
[[ "${FILE,,}" =~ "mapserver" ]] && continue
perl -Mstrict -Mdiagnostics -cw "${FILE}"
done
shell: bash --noprofile --norc -euxo pipefail {0}
shell: bash

- name: Build & Install `mapnik`
uses: ./.github/actions/mapnik/build-and-install
Expand Down

0 comments on commit 1c2327a

Please sign in to comment.