diff --git a/.github/workflows/a11ytester-action.yml b/.github/workflows/a11ytester-action.yml index 5394221b4..4a7b1f122 100644 --- a/.github/workflows/a11ytester-action.yml +++ b/.github/workflows/a11ytester-action.yml @@ -6,8 +6,7 @@ on: - completed env: - WEBSITE_TO_AUDIT: `https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/` - + WEBSITE_TO_AUDIT: 'https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/' jobs: Lighthouse-CLI: diff --git a/.github/workflows/a11ywatch.yml b/.github/workflows/a11ywatch.yml index 6e7a53888..c2f23c446 100644 --- a/.github/workflows/a11ywatch.yml +++ b/.github/workflows/a11ywatch.yml @@ -6,8 +6,7 @@ on: - completed env: - WEBSITE_TO_AUDIT: `https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/` - + WEBSITE_TO_AUDIT: 'https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/' jobs: Lighthouse-CLI: diff --git a/.github/workflows/axe-core.yml b/.github/workflows/axe-core.yml index e6169cea6..e634a383d 100644 --- a/.github/workflows/axe-core.yml +++ b/.github/workflows/axe-core.yml @@ -6,7 +6,7 @@ on: - completed env: - WEBSITE_TO_AUDIT: `https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/` + WEBSITE_TO_AUDIT: 'https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/' jobs: Axe-CLI: diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 21c065265..f07baa4a6 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -6,7 +6,7 @@ on: - completed env: - WEBSITE_TO_AUDIT: `https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/` + WEBSITE_TO_AUDIT: 'https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/' jobs: Lighthouse-CLI: diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index 6bf30456f..67218786b 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -6,7 +6,7 @@ on: - completed env: - WEBSITE_TO_AUDIT: `https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/` + WEBSITE_TO_AUDIT: 'https://process-analytics-process-analytics-dev-site_preview-pr-${{ github.event.pull_request.number }}.surge.sh/' jobs: Pa11y-CLI: