File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 repository : ${{ env.TESTING_REPOSITORY }}
8181 token : ${{ secrets.GH_TOKEN }}
8282 cache_key : ${{ steps.cache_key.outputs.cache_key }}
83- scans : " [' axe', ' reflow-scan'] "
83+ scans : ' [" axe", " reflow-scan"] '
8484
8585 - name : Retrieve cached results
8686 uses : ./.github/actions/gh-cache/restore
Original file line number Diff line number Diff line change 5656 # open_grouped_issues: false # Optional: Set to true to open an issue grouping individual issues per violation
5757 # reduced_motion: no-preference # Optional: Playwright reduced motion configuration option
5858 # color_scheme: light # Optional: Playwright color scheme configuration option
59- # scans: '["axe","reflow-scan"]' #Optional: An array of scans (or plugins) to be performed. If not provided, only Axe will be performed.
59+ # scans: '["axe","reflow-scan"]' # Optional: An array of scans (or plugins) to be performed. If not provided, only Axe will be performed.
6060```
6161
6262> 👉 Update all ` REPLACE_THIS ` placeholders with your actual values. See [ Action Inputs] ( #action-inputs ) for details.
You can’t perform that action at this time.
0 commit comments