Skip to content

Commit

Permalink
Enable stub and simplify CI command
Browse files Browse the repository at this point in the history
  • Loading branch information
texastoland committed Mar 14, 2024
1 parent 76a7752 commit 5fed72a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
check-latest: true
features: full # dataframe and extra included
- name: toolkit check pr
shell: nu {0}
shell: nu -c 'nu -I "$PWD" {0}'
# nix STUB_IDE_CHECK when nushell/nushell#12208 fixed
run: |
nu --commands 'use toolkit.nu *; check pr --and-exit'
use toolkit.nu *
STUB_IDE_CHECK=true check pr --and-exit
6 changes: 4 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
check-latest: true
features: full # dataframe and extra included
- name: toolkit check pr --full
shell: nu {0}
shell: nu -c 'nu -I "$PWD" {0}'
# nix STUB_IDE_CHECK when nushell/nushell#12208 fixed
run: |
nu --commands 'use toolkit.nu *; check pr --full --and-exit'
use toolkit.nu *
STUB_IDE_CHECK=true check pr --full --and-exit

0 comments on commit 5fed72a

Please sign in to comment.