Skip to content

Merge branch 'main' of https://github.com/Mews/simpleaudiostretch #2

Merge branch 'main' of https://github.com/Mews/simpleaudiostretch

Merge branch 'main' of https://github.com/Mews/simpleaudiostretch #2

Workflow file for this run

name: Format code with black
on:
push:
branches: [ "main" ]
jobs:
format:

Check failure on line 8 in .github/workflows/format.yml

View workflow run for this annotation

GitHub Actions / Format code with black

Invalid workflow file

The workflow is not valid. .github/workflows/format.yml (Line: 8, Col: 3): Error calling workflow 'Mews/.github/.github/workflows/format-python.yaml@main'. The nested job 'format' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
name: Format code
permissions:
contents: write
uses: Mews/.github/.github/workflows/format-python.yaml@main