Skip to content

Commit

Permalink
specify shell
Browse files Browse the repository at this point in the history
  • Loading branch information
rich committed Sep 5, 2024
1 parent 1f0739b commit bbab28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
./script/setup
run: ./script/setup
shell: bash
- name: Run lints
run: |
./script/test

0 comments on commit bbab28d

Please sign in to comment.