Skip to content

Commit

Permalink
ci: publish GitHub Issues as WCAG result
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Dec 9, 2023
1 parent 1f6d2bc commit f9ebb5d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/wcag-em.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: GitHub Issues as WCAG result

on:
push:
branches:
- ci/wcag-em-action

jobs:
publish-wcag-result:
runs-on: ubuntu-latest

steps:
- name: Checkout branch
uses: actions/checkout@v2

- name: Include GitHub Issues as WCAG result
uses: frameless/wcag-issues-action@latest
with:
website: https://nldesignsystem.nl/
label-color: D93F0B
owner: nl-design-system
repo: documentatie
input: wcag-em.json
create-labels: false
create-artifact: false
token: ${{ secrets.GH_ISSUES_TOKEN }}

0 comments on commit f9ebb5d

Please # to comment.