ARIA IDL updates: enumerated attribute conversions, new "enumerated" wai-aria type, IDL examples #1219
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Check if PR introduces errant RFC-2119" | |
| on: | |
| pull_request: | |
| types: [opened, edited] | |
| paths: | |
| - index.html | |
| jobs: | |
| check_pr: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check PR | |
| uses: JJ/github-pr-contains-action@releases/v10 | |
| with: | |
| github-token: ${{github.token}} | |
| diffDoesNotContain: " must | must not | shall | shall not | should | should not | may" |