We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d67fd9 commit a3d9fafCopy full SHA for a3d9faf
1 file changed
README.md
@@ -48,14 +48,15 @@ your-module-directory/.github/workflows/dispatch.yml
48
your-module-directory/.github/workflows/Linux.yml
49
your-module-directory/.github/workflows/MacOS.yml
50
your-module-directory/.github/workflows/Windows.yml
51
+your-module-directory/.github/workflows/NixOS.yml
52
your-module-directory/run-tests.raku
53
+your-module-directory/shell.nix
54
```
55
56
Then do the usual three git steps to push the changes to github.
57
58
```bash
-git add .github/workflows/
-git add run-tests.raku
59
+git add .github/workflows/ run-tests.raku shell.nix
60
61
git commit -m"adding github workflows"
62
0 commit comments