Skip to content

first check

first check #48

Workflow file for this run

name: pr-checks
on:
pull_request:
types: [ edited, opened, synchronize, reopened ]
paths-ignore:
- '**.md' ### Ignore running when .md files change
jobs:
validate-go-basic-tests-file:
permissions:
pull-requests: write
uses: ./.github/workflows/go-basic-tests.yaml
with:
GO_VERSION: 1.19
BUILD_PATH: "./testdata/."
UNIT_TESTS_PATH: "./testdata/."
# TEST_MULTI_ENVIRONMENTS: true
secrets: inherit
# validate-go-basic-tests-file-single-os:
# permissions:
# pull-requests: write
# uses: ./.github/workflows/go-basic-tests.yaml
# with:
# GO_VERSION: 1.19
# BUILD_PATH: "./testdata/."
# UNIT_TESTS_PATH: "./testdata/."
# TEST_MULTI_ENVIRONMENTS: false
# secrets: inherit
validate-package-releaser-file:
needs: validate-go-basic-tests-file
permissions:
pull-requests: write
uses: ./.github/workflows/package-release.yaml

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

View workflow run for this annotation

GitHub Actions / pr-checks

Invalid workflow file

The workflow is not valid. In .github/workflows/pr.yaml (Line: 36, Col: 11): Error from called workflow kubescape/workflows/.github/workflows/package-release.yaml@38d2b7fb1db655cd3f7354ad92ae526b15a8669e (Line: 61, Col: 7): Unexpected value 'permissions'
with:
RELEASE: "v0.0.${{ github.run_number }}"
GO_VERSION: 1.19
IS_DRAFT: true
BUILD_PATH: "./testdata/."
UNIT_TESTS_PATH: "./testdata/."
secrets: inherit
# TODO: Remove created tag