Skip to content

Update CI.yml

Update CI.yml #3

Workflow file for this run

on:
push:
branches: [ "main", "development" ]
pull_request:
branches: [ "main", "development" ]
jobs:
format-and-lint:
uses: waddafunk/make-pipelines/.github/workflows/format-and-lint.yml@main
test:
uses: waddafunk/make-pipelines/.github/workflows/test.yml@main

Check failure on line 12 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI.yml

Invalid workflow file

error parsing called workflow ".github/workflows/CI.yml" -> "waddafunk/make-pipelines/.github/workflows/test.yml@main" : failed to fetch workflow: workflow was not found.
with:
python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'
os: '["ubuntu-latest", "macos-latest", "windows-latest"]'
commit:
needs: [format-and-lint, test]
if: needs.format-and-lint.outputs.has-changes == 'true'
uses: waddafunk/make-pipelines/.github/workflows/push-if-changes.yml@main
with:
ref: ${{ github.head_ref }}