mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
✨ add a nu-check
verification CI (#771)
I made a `toolkit.nu` with a very bare bones struct, this is called via [`setup-nu`](https://github.com/hustcer/setup-nu) action, and generates the `check-files.nu` file. After that, another nu instance run that script to check files one by one. The folder `before_v0.60/` is excluded.
This commit is contained in:
parent
45f5310e51
commit
c2ef662e48
4 changed files with 128 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,3 +2,5 @@
|
|||
|
||||
# ignore the git mailmap file
|
||||
.mailmap
|
||||
|
||||
check-files.nu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue