Skip to content

feat: add pivot component and selector with directive support #31

feat: add pivot component and selector with directive support

feat: add pivot component and selector with directive support #31

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
frontend-build:
uses: ./.github/workflows/frontend-build.yml
with:
node_version: '22.x'
apphost-build:
uses: ./.github/workflows/apphost-build.yml
integration-test:
needs:
- frontend-build
- apphost-build
uses: ./.github/workflows/integration.yml
with:
node_version: '22.x'
lint-and-validate:
uses: ./.github/workflows/lint-validate.yml
with:
node_version: '22.x'
security-scan:

Check failure on line 34 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 34, Col: 3): Error calling workflow 'microsoft/aspire.dev/.github/workflows/security-scan.yml@e5fb5c02ca2ceef28f069105ce3db35269fabe1c'. The nested job 'security' is requesting 'security-events: write', but is only allowed 'security-events: none'.
uses: ./.github/workflows/security-scan.yml
with:
node_version: '22.x'