Skip to content

up

up #75

Workflow file for this run

name: CI
on:
pull_request:
push:
# branches:
# - master
jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- elixir-version: "1.12.0"
otp-version: "22.3"
- lint: lint
uses: wojtekmach/setup-elixir/.github/workflows/ci.yml@main
with:
elixir-version: ${{ matrix.elixir-version }}
otp-version: ${{ matrix.otp-version }}
lint: {{ matrix.lint }}

Check failure on line 22 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 22, Col: 13): A mapping was not expected