Skip to content

ci: add main ci jobs #15

ci: add main ci jobs

ci: add main ci jobs #15

Workflow file for this run

name: pr
#permissions: {} #TODO: reactivate for non-private
on:
pull_request:
branches:
- main
- dev
defaults:
run:
shell: bash
jobs:
ci:
uses: ./.github/workflows/.reusable-ci.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr.yml" -> "./.github/workflows/.reusable-ci.yml" --> "./.github/workflows/.reusable-docs.yaml" : failed to fetch workflow: workflow was not found.
# permissions: #TODO: adjust for non-private
secrets: inherit
with:
#TODO: adjust for non private
skip_build: 'none'
skip_compliance_checks: 'none'
skip_unit_tests: 'all'
skip_sast: 'none'
skip_sca: 'none'
skip_docs: 'non-required'
skip_integration_tests: 'none'
output_type: 'sarif'