Skip to content

Workflow file for this run

name: Contributing
on:
pull_request:
branches:
- main
- new_data_models # TODO: remove after we merge new_data_models into main
- validate_existing_contributor # TODO: remove after testing
jobs:
validate-existing-contributors:
uses: ocadotechnology/codeforlife-workspace/.github/workflows/validate-existing-contributors.yaml@validate_existing_contributor # TODO: set to @main

Check failure on line 12 in .github/workflows/contributing.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/contributing.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/contributing.yaml" -> "ocadotechnology/codeforlife-workspace/.github/workflows/validate-existing-contributors.yaml@validate_existing_contributor" (source branch with sha:d4c75f7645f380c1a6f4fc7feac1d04deb956a67) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
prod-branch: ${{ github.base_ref }} # TODO: set to main after we merge new_data_models into main