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 03e6c32 commit 87f66c3Copy full SHA for 87f66c3
.github/workflows/html5gum.yml
@@ -0,0 +1,26 @@
1
+name: html5gum
2
+
3
+on:
4
+ push:
5
+ branches: [ main ]
6
+ pull_request:
7
8
9
+jobs:
10
+ check:
11
+ name: parser: html5gum
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v2
15
+ with:
16
+ repository: untitaker/html5gum
17
+ - run: rm -rf tests/html5lib-tests/
18
19
20
+ path: tests/html5lib-tests/
21
+ - uses: actions-rs/toolchain@v1
22
23
+ profile: minimal
24
+ toolchain: stable
25
+ override: true
26
+ - run: cargo test
0 commit comments