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 87443d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
defaults:
run:
shell: bash

steps:
- name: Read .nvmrc
Expand All @@ -23,7 +26,8 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: |
source ~/.nvm/nvm.sh
./script/setup
- name: Run lints
- name: Run lint
run: |
./script/test

0 comments on commit 87443d3

Please sign in to comment.