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