Skip to content

Commit

Permalink
move check-format to test
Browse files Browse the repository at this point in the history
  • Loading branch information
goofansu committed Aug 24, 2024
1 parent 9b0d09a commit bb47798
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ on:
- main

jobs:
check-format:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: erlef/setup-beam@v1
with:
otp-version: 24.0.1
elixir-version: 1.12.1
- run: mix deps.get
- run: mix format --check-formatted

test:
name: OTP ${{matrix.erlang}} / Elixir ${{matrix.elixir}}
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -45,5 +34,6 @@ jobs:
version-type: strict

- run: mix deps.get --check-locked
- run: mix format --check-formatted
- run: mix test --slowest 5
- run: mix coveralls.github

0 comments on commit bb47798

Please sign in to comment.