Skip to content

Commit

Permalink
refactor default shell in "documentation" job
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Dec 18, 2023
1 parent a954645 commit 4f0b2a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
required: true
type: string

defaults:
run:
shell: nu {0}

jobs:
check-documentation:
runs-on: ubuntu-latest
Expand All @@ -27,7 +31,6 @@ jobs:
version: ${{ inputs.nu_version }}

- name: Check the documentation
shell: nu {0}
run: |
nu --commands $"
use ($env.PWD)/toolkit.nu
Expand Down

0 comments on commit 4f0b2a0

Please sign in to comment.