Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```