Skip to content

Commit

Permalink
ci: use bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Jan 21, 2025
1 parent 2c5889c commit 173c7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
echo $EGET_DIR >> $GITHUB_PATH
echo "EGET_CONFIG=$EGET_CONFIG" >> $GITHUB_ENV
- name: Download k6
shell: bash
run: ./tools/getk6 $(< k6-version.txt)
- name: Go linter
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit 173c7e6

Please sign in to comment.