We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f483e11 commit 9d77401Copy full SHA for 9d77401
.github/workflows/downstream.yml
@@ -19,3 +19,20 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- run: echo hello world
22
+
23
+ html5gum:
24
+ runs-on: ubuntu-latest
25
+ steps:
26
+ - uses: actions/checkout@v2
27
+ with:
28
+ repository: untitaker/html5gum
29
+ - run: rm -rf tests/html5lib-tests/
30
31
32
+ path: tests/html5lib-tests/
33
+ - uses: actions-rs/toolchain@v1
34
35
+ profile: minimal
36
+ toolchain: stable
37
+ override: true
38
+ - run: cargo test
.github/workflows/html5gum.yml
0 commit comments