-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use submodule nph in CI to check lint (#3027)
- Loading branch information
1 parent
a3cd2a1
commit ce9a8c4
Showing
15 changed files
with
57 additions
and
70 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Submodule nph
updated
31 files
+21 −15 | .github/workflows/ci.yml | |
+8 −2 | .github/workflows/release.yml | |
+6 −0 | CHANGELOG.md | |
+13 −0 | README.md | |
+1 −1 | docs/src/faq.md | |
+2 −3 | format-git-repo.sh | |
+7 −5 | nph.nimble | |
+1 −2 | src/nph.nim | |
+1 −2 | src/phmsgs.nim | |
+7 −2 | src/phparser.nim | |
+11 −15 | src/phrenderer.nim | |
+3 −1 | tests/after/a00empty.nim | |
+27 −0 | tests/after/a00empty.nim.nph.yaml | |
+27 −2 | tests/after/comments.nim | |
+244 −2 | tests/after/comments.nim.nph.yaml | |
+7 −2 | tests/after/postexprs.nim | |
+42 −0 | tests/after/postexprs.nim.nph.yaml | |
+5 −2 | tests/after/procs.nim | |
+26 −0 | tests/after/procs.nim.nph.yaml | |
+1 −2 | tests/after/style.nim | |
+2 −0 | tests/before/a00empty.nim | |
+27 −0 | tests/before/a00empty.nim.nph.yaml | |
+40 −1 | tests/before/comments.nim | |
+242 −0 | tests/before/comments.nim.nph.yaml | |
+5 −0 | tests/before/postexprs.nim | |
+42 −0 | tests/before/postexprs.nim.nph.yaml | |
+4 −1 | tests/before/procs.nim | |
+26 −0 | tests/before/procs.nim.nph.yaml | |
+4 −0 | vscode-nph/CHANGELOG.md | |
+1 −1 | vscode-nph/package.json | |
+18 −13 | vscode-nph/src/extension.ts |
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
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
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
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
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
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
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
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