Skip to content

Commit f578a7e

Browse files
committed
minor ci linting
1 parent 4c2179f commit f578a7e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ on:
99
types: [ published ]
1010
workflow_dispatch:
1111

12+
defaults:
13+
run:
14+
shell: bash
15+
1216
jobs:
1317
test:
1418
name: Test
1519
runs-on: ubuntu-latest
1620
steps:
1721
- uses: taiki-e/install-action@v2
18-
with: { 'tool': 'just' }
22+
with: { tool: just }
1923
- uses: actions/checkout@v4
2024
- name: Ensure this crate has not yet been published (on release)
2125
if: github.event_name == 'release'

0 commit comments

Comments
 (0)