Bump actions/checkout from b32f140b0c872d58512e0a66172253c302617b90 to cd7d8d697e10461458bc61a30d094dc601a8b017 #43
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@cd7d8d697e10461458bc61a30d094dc601a8b017 | |
- uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c | |
with: | |
otp-version: "25.3" | |
rebar3-version: "3.22" | |
- run: rebar3 as dialyzer dialyzer |