Bump actions/checkout from 3df4ab11eba7bda6032a0b82a6bb43b11571feac to aadec899646c8e0f34c52d9219c2faac36626b55 #26
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check formatting | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
test: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@aadec899646c8e0f34c52d9219c2faac36626b55 | |
- uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 | |
with: | |
otp-version: "25.3" | |
rebar3-version: "3.22" | |
- run: rebar3 as dialyzer dialyzer |