Skip to content

Commit

Permalink
align with html5lib#154
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Mar 14, 2023
1 parent f483e11 commit 9d77401
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 22 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo hello world

html5gum:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: untitaker/html5gum
- run: rm -rf tests/html5lib-tests/
- uses: actions/checkout@v2
with:
path: tests/html5lib-tests/
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: cargo test
22 changes: 0 additions & 22 deletions .github/workflows/html5gum.yml

This file was deleted.

0 comments on commit 9d77401

Please sign in to comment.