Skip to content

Remove support for integer space specifiers in state and environment constructors #1437

Remove support for integer space specifiers in state and environment constructors

Remove support for integer space specifiers in state and environment constructors #1437

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 'checks: write, issues: write, pull-requests: write', but is only allowed 'checks: none, issues: none, pull-requests: none'.
name: "Format Check"
uses: "QuantumKitHub/QuantumKitHubActions/.github/workflows/FormatCheck.yml@main"