Skip to content

Bump credo from 1.7.7 to 1.7.8 #79

Bump credo from 1.7.7 to 1.7.8

Bump credo from 1.7.7 to 1.7.8 #79

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
MIX_ENV: test
strategy:
matrix:
elixir: ["1.12.3", "1.13.4", "1.14.3"]
otp: ["24.3.4"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Elixir Project
uses: ./.github/actions/elixir-setup
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
build-flags: --all-warnings --warnings-as-errors