Fixed handling of surrounding whitespace for CSS pseudo elements, inl… #10
This file contains 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: Node CI | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
validate-and-publish: | |
name: Validate and publish to gh-pages | |
runs-on: ubuntu-latest # only linux supported at present | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: w3c/spec-prod@v2 | |
with: | |
GH_PAGES_BRANCH: gh-pages | |
VALIDATE_WEBIDL: false | |
VALIDATE_MARKUP: false | |
BUILD_FAIL_ON: nothing | |
GH_PAGES_BUILD_OVERRIDE: | | |
lint: false |