test(.github): run dialyzer on pull request

This commit is contained in:
z8674558 2021-03-03 22:43:11 +09:00 committed by Yudai Kiyofuji
parent f391e039c9
commit 284fcab12d
1 changed files with 12 additions and 0 deletions

12
.github/workflows/run_dialyzer.yaml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Run dialyzer
on: pull_request
jobs:
run_dialyzer:
runs-on: ubuntu-latest
container:
image: erlang:23.2
steps:
- uses: actions/checkout@v1
- name: Code dialyzer
run: |
make dialyzer