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 b88aa66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
./script/setup
- name: Run lints
run: ./script/setup
- name: Run lint
run: |
./script/test
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# script/bootstrap: Resolve all dependencies that the application requires to
# run.
Expand Down
2 changes: 1 addition & 1 deletion script/setup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# script/setup: Set up the application for the first time after cloning, or set
# it back to the initial unused state.
Expand Down

0 comments on commit b88aa66

Please sign in to comment.