Skip to content

Add named ProductSector #160

Add named ProductSector

Add named ProductSector #160

Workflow file for this run

name: FormatCheck
on:
push:
branches:
- 'main'
- 'master'
tags: '*'
pull_request:
branches:
- 'main'
- 'master'
jobs:
formatcheck:

Check failure on line 15 in .github/workflows/FormatCheck.yml

View workflow run for this annotation

GitHub Actions / FormatCheck

Invalid workflow file

The workflow is not valid. .github/workflows/FormatCheck.yml (Line: 15, Col: 3): Error calling workflow 'QuantumKitHub/QuantumKitHubActions/.github/workflows/FormatCheck.yml@main'. The nested job 'format-check' is requesting 'actions: write, pull-requests: write', but is only allowed 'actions: none, pull-requests: none'.
name: "Format Check"
uses: "QuantumKitHub/QuantumKitHubActions/.github/workflows/FormatCheck.yml@main"