add a new dotfiles
module to sugar
with gm cfg
commands (#177)
#593
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🧪 Tests | |
on: | |
pull_request: | |
paths-ignore: | |
- "**.md" | |
push: | |
branches: | |
- main | |
- nightly | |
jobs: | |
tests: | |
uses: ./.github/workflows/nupm-tests.yml | |
with: | |
nu_version: "0.89.0" | |
nupm_revision: "66e2eaa848e3f72c1b4a841f26f4dc7efc4fedb9" | |
documentation: | |
uses: ./.github/workflows/check-documentation.yml | |
with: | |
nu_version: "0.89.0" |