Skip to content

Commit

Permalink
Merge pull request #2 from esl/ci
Browse files Browse the repository at this point in the history
Make CI run
  • Loading branch information
DenysGonchar authored Jan 19, 2024
2 parents 3d80eba + 6a70992 commit f729b77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
test:
Expand All @@ -16,7 +16,7 @@ jobs:
otp: ['26.0', '25.3', '24.3']
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
Expand All @@ -33,7 +33,7 @@ jobs:
env:
OTP_RELEASE: ${{ matrix.otp }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]}.

{dialyzer, [
{plt_extra_apps, [amoc, ranch, cowboy, jsx]}
{plt_extra_apps, [compiler, amoc, ranch, cowboy, jsx]}
]}.

{ xref_checks, [
Expand Down

0 comments on commit f729b77

Please sign in to comment.