Skip to content

try vitest coverage gh action #153

try vitest coverage gh action

try vitest coverage gh action #153

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: '*'
jobs:
trigger-lint:
name: Run Lint Checks
uses: ./.github/workflows/lint.yml
trigger-unit-test:

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

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 12, Col: 3): Error calling workflow 'tidal-music/tidal-sdk-web/.github/workflows/unit-test.yml@469b4de9869b411e30b08c96974b0d933e884792'. The nested job 'unit-tests' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
name: Run Unit Tests
uses: ./.github/workflows/unit-test.yml
secrets: inherit