Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/__check_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
jobs:
check-pr:
name: Check pull request
uses: ./.github/workflows/check_python_package_pr.yaml
uses: $/.github/workflows/check_python_package_pr.yaml

Check failure on line 16 in .github/workflows/__check_pr.yaml

View workflow job for this annotation

GitHub Actions / Lint .github/workflows/ / Lint .github/workflows/

reusable workflow call "$/.github/workflows/check_python_package_pr.yaml" at "uses" is not following the format "owner/repo/path/to/workflow.yml@ref" nor "./path/to/workflow.yml". see https://docs.github.com/en/actions/learn-github-actions/reusing-workflows for more details
permissions: {}
2 changes: 1 addition & 1 deletion .github/workflows/__lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
jobs:
lint-workflows:
name: Lint .github/workflows/
uses: ./.github/workflows/lint_workflows.yaml
uses: $/.github/workflows/lint_workflows.yaml

Check failure on line 11 in .github/workflows/__lint.yaml

View workflow job for this annotation

GitHub Actions / Lint .github/workflows/ / Lint .github/workflows/

reusable workflow call "$/.github/workflows/lint_workflows.yaml" at "uses" is not following the format "owner/repo/path/to/workflow.yml@ref" nor "./path/to/workflow.yml". see https://docs.github.com/en/actions/learn-github-actions/reusing-workflows for more details
permissions:
contents: read
Loading