Skip to content

Commit

Permalink
link github action
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Jan 8, 2025
1 parent 7ca4312 commit a50d629
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ See the [installation instructions](https://arnetheduck.github.io/nph/installati
## Editor integration

Editor integrations are described [in the manual](https://arnetheduck.github.io/nph/installation.html#editor-integration).

## Continuous integration

Check out the [companion Github Action](https://github.com/arnetheduck/nph-action) for a convenient CI option!


3 changes: 3 additions & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ command line options are supported ;)
```
* [vscode-nph](https://marketplace.visualstudio.com/items?itemName=arnetheduck.vscode-nph) (`ext install arnetheduck.vscode-nph`) for a formatting-only option for the official Nim extension.

## Continuous integration

Check out the [companion Github Action](https://github.com/arnetheduck/nph-action) for a convenient CI option!

2 changes: 1 addition & 1 deletion docs/src/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

`nph`` is an opinionated source code formatter for the Nim language, aiming to
`nph` is an opinionated source code formatter for the Nim language, aiming to
take the drudgery of manual formatting out of your coding day.

Following the great tradition of [`black`](https://github.com/psf/black/),
Expand Down

0 comments on commit a50d629

Please sign in to comment.