From 4f0b2a03949a4b00a7603a9c792c0deba7b92055 Mon Sep 17 00:00:00 2001 From: amtoine Date: Mon, 18 Dec 2023 16:22:29 +0100 Subject: [PATCH] refactor default shell in "documentation" job --- .github/workflows/check-documentation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index 6f8d3a8..096f1da 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -15,6 +15,10 @@ on: required: true type: string +defaults: + run: + shell: nu {0} + jobs: check-documentation: runs-on: ubuntu-latest @@ -27,7 +31,6 @@ jobs: version: ${{ inputs.nu_version }} - name: Check the documentation - shell: nu {0} run: | nu --commands $" use ($env.PWD)/toolkit.nu