Skip to content

Refactor toolkit.nu #16

Refactor toolkit.nu

Refactor toolkit.nu #16

Workflow file for this run

on:
pull_request:
env:
NUSHELL_CARGO_PROFILE: ci
NU_LOG_LEVEL: DEBUG
jobs:
nu-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Fetch main branch"
run: |
git fetch origin main --depth 1
- uses: hustcer/[email protected]
with:
version: "*"
check-latest: true
features: full # dataframe and extra included
- name: toolkit check pr
shell: nu -I '${{ GITHUB_WORKSPACE }}' {0}

Check failure on line 23 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 23, Col: 22): Unrecognized named-value: 'GITHUB_WORKSPACE'. Located at position 1 within expression: GITHUB_WORKSPACE
# nix STUB_IDE_CHECK when nushell/nushell#12208 fixed
run: |
use toolkit.nu *
STUB_IDE_CHECK=true check pr --and-exit