Skip to content

Update Github workflows using re-usable test.yml workflow to reference "main" #249

Update Github workflows using re-usable test.yml workflow to reference "main"

Update Github workflows using re-usable test.yml workflow to reference "main" #249

Workflow file for this run

name: Backend Skeleton
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
run-checks:
uses: django-stars/backend-skeleton/.github/workflows/test.yml@main

Check failure on line 14 in .github/workflows/default.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/default.yml

Invalid workflow file

error parsing called workflow ".github/workflows/default.yml" -> "django-stars/backend-skeleton/.github/workflows/test.yml@main" : failed to fetch workflow: workflow was not found.