Skip to content

fix: Attempt to remove reusable workflow references. #13

fix: Attempt to remove reusable workflow references.

fix: Attempt to remove reusable workflow references. #13

Workflow file for this run

---
name: Pull Request checks
"on":
pull_request:
branches:
- main
- master
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
check_shell:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_shell.yaml

Check failure on line 17 in .github/workflows/pr.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yaml

Invalid workflow file

invalid value workflow reference: no version specified
check_tf:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_tf.yaml
secrets: inherit
check_yaml:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_yaml.yaml