Skip to content

Add ExplicitImports.jl checks to QA via SciMLTesting run_qa #355

Add ExplicitImports.jl checks to QA via SciMLTesting run_qa

Add ExplicitImports.jl checks to QA via SciMLTesting run_qa #355

Workflow file for this run

name: "Documentation"
on:
push:
branches:
- main
tags: '*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
jobs:
build-and-deploy-docs:

Check failure on line 15 in .github/workflows/Documentation.yml

View workflow run for this annotation

GitHub Actions / Documentation

Invalid workflow file

The workflow is not valid. .github/workflows/Documentation.yml (Line: 15, Col: 3): Error calling workflow 'SciML/.github/.github/workflows/documentation.yml@v1'. The workflow is requesting 'actions: write, contents: write, statuses: write', but is only allowed 'actions: none, contents: read, statuses: none'.
name: "Documentation"
uses: "SciML/.github/.github/workflows/documentation.yml@v1"
secrets: "inherit"