Skip to content

[WIP] Environment initialization for CTMRG #1439

[WIP] Environment initialization for CTMRG

[WIP] Environment initialization for CTMRG #1439

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"