1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-09-11 21:27:46 +03:00

Mention the ormolu-action in the readme

This commit is contained in:
Mark Karpov 2020-11-15 22:14:25 +01:00
parent 7714b5220e
commit 9cad22a2fe
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -10,6 +10,7 @@
* [Arch Linux](#arch-linux)
* [Usage](#usage)
* [Editor integration](#editor-integration)
* [GitHub actions](#github-actions)
* [Magic comments](#magic-comments)
* [Exit codes](#exit-codes)
* [Limitations](#limitations)
@ -130,6 +131,11 @@ We know of the following editor integrations:
* [VS Code][vs-code-plugin]
* Vim: [neoformat][neoformat], [vim-ormolu][vim-ormolu]
### GitHub actions
[`ormolu-action`][ormolu-action] is the recommended way to ensure that a
project is formatted with Ormolu.
### Magic comments
Ormolu understands two magic comments:
@ -201,12 +207,13 @@ See [LICENSE.md][license].
Copyright © 2018present Tweag I/O
[design-cpp]: https://github.com/tweag/ormolu/blob/master/DESIGN.md#cpp
[contributing]: https://github.com/tweag/ormolu/blob/master/CONTRIBUTING.md
[license]: https://github.com/tweag/ormolu/blob/master/LICENSE.md
[haskell-src-exts]: https://hackage.haskell.org/package/haskell-src-exts
[emacs-package]: https://github.com/vyorkin/ormolu.el
[vs-code-plugin]: https://marketplace.visualstudio.com/items?itemName=sjurmillidahl.ormolu-vscode
[vim-ormolu]: https://github.com/sdiehl/vim-ormolu
[neoformat]: https://github.com/sbdchd/neoformat
[aur]: https://aur.archlinux.org/packages/ormolu
[contributing]: https://github.com/tweag/ormolu/blob/master/CONTRIBUTING.md
[design-cpp]: https://github.com/tweag/ormolu/blob/master/DESIGN.md#cpp
[emacs-package]: https://github.com/vyorkin/ormolu.el
[haskell-src-exts]: https://hackage.haskell.org/package/haskell-src-exts
[license]: https://github.com/tweag/ormolu/blob/master/LICENSE.md
[neoformat]: https://github.com/sbdchd/neoformat
[ormolu-action]: https://github.com/marketplace/actions/ormolu-action
[vim-ormolu]: https://github.com/sdiehl/vim-ormolu
[vs-code-plugin]: https://marketplace.visualstudio.com/items?itemName=sjurmillidahl.ormolu-vscode