We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c8a3d commit b19b910Copy full SHA for b19b910
.github/workflows/ci.yml
@@ -7,27 +7,9 @@ on:
7
pull_request:
8
9
jobs:
10
- format:
11
- name: Code linting
12
- runs-on: ubuntu-20.04
13
-
14
- steps:
15
- - uses: actions/checkout@v2
16
17
- - name: Set up Elixir environment
18
- uses: erlef/setup-beam@v1
19
- with:
20
- otp-version: 24
21
- elixir-version: 1.13
22
23
- - name: Check unused dependencies
24
- run: mix deps.get && mix deps.unlock --check-unused
25
26
- - name: Check formatting
27
- run: mix format --check-formatted
28
29
- - name: Check compilation warnings
30
- run: mix compile --warnings-as-errors
+ lint:
+ name: Lint
+ uses: lexmag/elixir-actions/.github/workflows/lint.yml@v1
31
32
test:
33
name: Test suite
0 commit comments