Skip to content

Mark manifests as pending during resolution #840

Mark manifests as pending during resolution

Mark manifests as pending during resolution #840

Workflow file for this run

name: erlfmt
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.24.1
with:
otp-version: '27'
rebar3-version: '3.27'
- run: |
git clone --branch v1.7.0 https://github.com/WhatsApp/erlfmt.git ${{ github.workspace }}/erlfmt
cd ${{ github.workspace }}/erlfmt && rebar3 as release escriptize
- name: Run erlfmt check
run: ${{ github.workspace }}/erlfmt/_build/release/bin/erlfmt -c