Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bunopnu/use-efmt
Use efmt inside your GitHub actions
https://github.com/bunopnu/use-efmt
code-formatter efmt erlang formatter github-actions
Last synced: 7 days ago
JSON representation
Use efmt inside your GitHub actions
- Host: GitHub
- URL: https://github.com/bunopnu/use-efmt
- Owner: bunopnu
- License: mit
- Created: 2023-11-05T18:35:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T14:01:34.000Z (about 1 year ago)
- Last Synced: 2024-11-09T03:53:06.258Z (2 months ago)
- Topics: code-formatter, efmt, erlang, formatter, github-actions
- Language: YAML
- Homepage: https://github.com/marketplace/actions/use-efmt
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Use Erlang Code Formatter
Use [efmt](https://github.com/sile/efmt) as a binary inside your GitHub actions 😁
## Usage
An exemplary usage is demonstrated below:
```yaml
- uses: bunopnu/[email protected]
with:
version: "0.14.1" # https://github.com/sile/efmt/releases (without the "v" prefix)- name: Check Formatting
run: efmt --check
```