Skip to content

Commit

Permalink
Remove all steps other than spelling, remove required inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Oct 3, 2024
1 parent df763d6 commit c762aa1
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/documentation-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
workflow_call:
inputs:
working-directory:
description: 'Working directory'
required: true
type: string
python-version:
description: 'Version of the Python interpreter to use (defaults to 3.10)'
required: false
Expand Down Expand Up @@ -86,37 +82,6 @@ jobs:
spelling-target: ${{ inputs.spelling-target }}
makefile: ${{ inputs.makefile }}

- name: Inclusive Language Check
id: woke-step
if: success() || failure()
uses: canonical/documentation-workflows/inclusive-language@main
with:
working-directory: ${{ inputs.working-directory }}
install-target: ${{ inputs.install-target }}
woke-target: ${{ inputs.woke-target }}
makefile: ${{ inputs.makefile }}

- name: Link Check
id: linkcheck-step
if: success() || failure()
uses: canonical/documentation-workflows/linkcheck@main
with:
working-directory: ${{ inputs.working-directory }}
install-target: ${{ inputs.install-target }}
linkcheck-target: ${{ inputs.linkcheck-target }}
makefile: ${{ inputs.makefile }}

- name: Accessibility Check
id: pa11y-step
continue-on-error: true
if: success() || failure()
uses: canonical/documentation-workflows/pa11y@main
with:
working-directory: ${{ inputs.working-directory }}
install-target: ${{ inputs.install-target }}
pa11y-target: ${{ inputs.pa11y-target }}
makefile: ${{ inputs.makefile }}

- if: ${{ failure() && runner.debug }}
name: Setup upterm session
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit c762aa1

Please sign in to comment.