Skip to content

Initial import of MegaLinter configuration #164

Initial import of MegaLinter configuration

Initial import of MegaLinter configuration #164

Workflow file for this run

---
name: Pa11y Testing
# yamllint disable-line rule:truthy
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3
- name: Use Node
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # pin@v3
with:
node-version: '17.x'
- name: Install NPM dependencies
run: npm install
- name: Execute Pa11y-ci tests
run: npm run pa11y-ci