Skip to content

fix some linter suggestions #59

fix some linter suggestions

fix some linter suggestions #59

Workflow file for this run

name: Documentation
on:
push:
branches:
- main # update to match your development branch (master, main, dev, trunk, ...)
tags: '*'
pull_request:
jobs:
build:
permissions:
actions: write
contents: write
statuses: write
runs-on: ubuntu-latest
env:

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

View workflow run for this annotation

GitHub Actions / Documentation

Invalid workflow file

The workflow is not valid. .github/workflows/Documenter.yml (Line: 17, Col: 9): Unexpected value ''
#PYTHON: ""
steps:
- uses: actions/checkout@v4
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}