Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Oct 28, 2023
1 parent 714adfa commit dd442a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created with GitHubActions version 0.2.16
# Created with GitHubActions version 0.2.17
name: CI
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -16,7 +16,7 @@ jobs:
- '1.12.3'
- '1.13.4'
- '1.14.5'
- '1.15.6'
- '1.15.7'
otp:
- '21.3'
- '22.3'
Expand Down Expand Up @@ -45,11 +45,11 @@ jobs:
otp: '22.3'
- elixir: '1.14.5'
otp: '26.1'
- elixir: '1.15.6'
- elixir: '1.15.7'
otp: '21.3'
- elixir: '1.15.6'
- elixir: '1.15.7'
otp: '22.3'
- elixir: '1.15.6'
- elixir: '1.15.7'
otp: '23.3'
steps:
- name: Checkout
Expand All @@ -76,10 +76,10 @@ jobs:
- name: Compile project
run: MIX_ENV=test mix compile --warnings-as-errors
- name: Check unused dependencies
if: ${{ contains(matrix.elixir, '1.15.6') && contains(matrix.otp, '26.1') }}
if: ${{ contains(matrix.elixir, '1.15.7') && contains(matrix.otp, '26.1') }}
run: mix deps.unlock --check-unused
- name: Check code format
if: ${{ contains(matrix.elixir, '1.15.6') && contains(matrix.otp, '26.1') }}
if: ${{ contains(matrix.elixir, '1.15.7') && contains(matrix.otp, '26.1') }}
run: mix format --check-formatted
- name: Run tests
run: mix test

0 comments on commit dd442a6

Please sign in to comment.