Skip to content

up

up #76

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

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/main.yml (Line: 18, Col: 11): Error from called workflow wojtekmach/setup-elixir/.github/workflows/ci.yml@main (Line: 15, Col: 5): Required property is missing: runs-on
with:
elixir-version: ${{ matrix.elixir-version }}
otp-version: ${{ matrix.otp-version }}
lint: ${{ matrix.lint }}