Skip to content

Commit f483e11

Browse files
committed
Add html5gum to CI
1 parent 95417e6 commit f483e11

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/html5gum.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: html5gum
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
check:
7+
name: 'parser: html5gum'
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
with:
12+
repository: untitaker/html5gum
13+
- run: rm -rf tests/html5lib-tests/
14+
- uses: actions/checkout@v2
15+
with:
16+
path: tests/html5lib-tests/
17+
- uses: actions-rs/toolchain@v1
18+
with:
19+
profile: minimal
20+
toolchain: stable
21+
override: true
22+
- run: cargo test

0 commit comments

Comments
 (0)