Skip to content

First commit

First commit #1

Workflow file for this run

name: Main
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
uses: ./.github/workflows/_lint.yml
secrets: inherit
unittest:

Check failure on line 17 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 17, Col: 5): Error calling workflow 'atxpaul/python-app-pipeline-example-advanced/.github/workflows/_unittest.yml@6b3e06e16e1f20ed32b97b52539f84f69c297472'. The nested job 'unittest' is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.
uses: ./.github/workflows/_unittest.yml
secrets: inherit
docker:
uses: ./.github/workflows/_docker.yml
secrets: inherit
needs: [lint, unittest]