Skip to content

Commit

Permalink
Adds assumption to comment in bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarstairs-scottlogic committed Nov 29, 2023
1 parent 676fe9f commit dcd230e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate_pa11y_ci_urls_from_git_diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Take in a base ref. Gets the files that have changed from the base to the HEAD.
# Export the list as a CommonJS module for the pa11y-ci configuration to use.
# Typical usage: generate_pa11y_ci_urls_from_git_diff.sh gh-pages > .pa11yci.js
# Assumes git is installed and on the path.

function generate_pa11y_ci_urls_from_git_diff {
base_ref=$1
Expand Down

0 comments on commit dcd230e

Please sign in to comment.