Skip to content

Commit

Permalink
Use shared GitHub Actions workflow for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Dec 5, 2023
1 parent 78d7089 commit cc3f93b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
pull_request:

jobs:
lint:
name: Code linting
uses: lexmag/elixir-actions/.github/workflows/lint.yml@v2
with:
otp-version: "24"
elixir-version: "1.14"

test:
name: Test suite
runs-on: ubuntu-20.04
Expand Down

0 comments on commit cc3f93b

Please sign in to comment.