Skip to content

fix version

fix version #381

Workflow file for this run

name: Pull Request
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
static-analysis:
uses: ./.github/workflows/_static-analysis.yml
test-unit:
uses: ./.github/workflows/_test-units.yml
needs: static-analysis
secrets: inherit
test-unit-lite:
uses: ./.github/workflows/_test-units.yml
needs: static-analysis
secrets: inherit
test-integration:
uses: _test-integration.yml

Check failure on line 22 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

invalid value workflow reference: no version specified
needs: test-unit
secrets: inherit
test-integration-lite:
uses: _test-integration-lite.yml
needs: test-unit-lite
secrets: inherit
test-smoke:
uses: ./.github/workflows/_test-smoke.yml
needs: test-unit
secrets: inherit
test-cli:
uses: ./.github/workflows/_test-cli.yml
needs: test-unit
secrets: inherit