Skip to content

Use new Workflows

Use new Workflows #711

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Code Checks
# Controls when the action will run.
on:
# Triggers the workflow on push
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
code-checks:

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

View workflow run for this annotation

GitHub Actions / Code Checks

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 14, Col: 3): Error calling workflow 'Frc5572/Workflows/.github/workflows/frc-checks.yml@main'. The nested job 'deploy-javadoc' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
uses: Frc5572/Workflows/.github/workflows/frc-checks.yml@main