Skip to content

update...

update... #1

Workflow file for this run

name: CI - Linter Check
on:
push:
branches:
- '**'
jobs:
linter-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
name: Checkout
- uses: erlef/setup-beam@v1
with:
otp-version: '24'
elixir-version: '1.13.4'
- run: mix deps.get
- run: mix credo --all