Skip to content

feat(continuous-integration)!: add better reporting for lint and tests #422

feat(continuous-integration)!: add better reporting for lint and tests

feat(continuous-integration)!: add better reporting for lint and tests #422

name: Internal - Pull request - Continuous Integration
on:
merge_group:
pull_request:
branches: [main]
permissions: {}

Check failure on line 9 in .github/workflows/__pull-request-ci.yml

View workflow run for this annotation

GitHub Actions / Internal - Pull request - Continuous Integration

Invalid workflow file

The workflow is not valid. hoverkraft-tech/ci-github-nodejs/.github/workflows/__test-workflow-continuous-integration.yml@40b49f9fb492e9150ba3928fc688f0edcf0872c1 (Line: 9, Col: 3): Error calling workflow 'hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@40b49f9fb492e9150ba3928fc688f0edcf0872c1'. The nested job 'test' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/__shared-ci.yml
permissions:
actions: read
contents: read
packages: write
pull-requests: read
id-token: write
issues: read
security-events: write
statuses: write
secrets: inherit