Skip to content

feat(github-action)!: Update github/codeql-action action to v3 #8

feat(github-action)!: Update github/codeql-action action to v3

feat(github-action)!: Update github/codeql-action action to v3 #8

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Validate pull request
'on': pull_request
jobs:
lint:
uses: deedee-ops/containers/.github/workflows/lint.yaml@master

Check failure on line 8 in .github/workflows/on-pr.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-pr.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/on-pr.yaml" -> "deedee-ops/containers/.github/workflows/lint.yaml@master" : failed to fetch workflow: workflow was not found.
secrets: inherit
test:
uses: deedee-ops/containers/.github/workflows/test.yaml@master
secrets: inherit