Skip to content

Commit 87f66c3

Browse files
committed
Add html5gum to CI
1 parent 03e6c32 commit 87f66c3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/html5gum.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: html5gum
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
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+
- uses: actions/checkout@v2
19+
with:
20+
path: tests/html5lib-tests/
21+
- uses: actions-rs/toolchain@v1
22+
with:
23+
profile: minimal
24+
toolchain: stable
25+
override: true
26+
- run: cargo test

0 commit comments

Comments
 (0)