Skip to content

Initial commit

Initial commit #122

Workflow file for this run

name: "🔬 Test"
on:
push:
branches:
- "main"
jobs:
test-linux:
name: "Test ${{ runner.os }}"

Check failure on line 10 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / 🔬 Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 10, Col: 11): Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.os
runs-on: "${{ matrix.runner }}"
strategy:
matrix:
runner:
- "ubuntu-latest"
- "macos-latest"
- "windows-latest"
fail-fast: false
steps:
- name: "Use it!"
id: "detector"
uses: "kurtmckee/detect-pythons@main"
- name: "Print it!"
shell: "bash"
run: |
echo '${{ steps.detector.outputs.python-identifiers }}'
- name: "Display it!"
shell: "bash"
run: |
cat .python-identifiers