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: 16 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/use-efmt@v1.1.0
with:
version: "0.14.1" # https://github.com/sile/efmt/releases (without the "v" prefix)

- name: Check Formatting
run: efmt --check
```