Skip to content

Commit

Permalink
Hardcode the remaining spellcheck parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Oct 3, 2024
1 parent a9d6d84 commit a868cbf
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/documentation-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ on:
required: false
type: string
default: '3.10'
makefile:
description: 'Name of the Makefile to use (default: "Makefile.sp" if it exists, "Makefile" otherwise)'
required: false
type: string
default: 'use-default'
install-target:
description: 'Target to run to install the tools (default: "install")'
required: false
type: string
default: 'install'
spelling-target:
description: 'Target to run for the spelling check (default: "spelling")'
required: false
type: string
default: 'spelling'
woke-target:
description: 'Target to run for the inclusive language check (default: "woke")'
required: false
Expand Down Expand Up @@ -78,9 +63,9 @@ jobs:
uses: canonical/documentation-workflows/spellcheck@main
with:
working-directory: doc/sphinx
install-target: ${{ inputs.install-target }}
spelling-target: ${{ inputs.spelling-target }}
makefile: ${{ inputs.makefile }}
install-target: install
spelling-target: spelling
makefile: Makefile

- if: ${{ failure() && runner.debug }}
name: Setup upterm session
Expand Down

0 comments on commit a868cbf

Please sign in to comment.