Skip to content

Commit c47e61d

Browse files
committed
Add tests to GitHub Actions configuration
1 parent 1088349 commit c47e61d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,17 @@ jobs:
1616
chmod +x /usr/local/bin/tidy
1717
- name: Validate HTML
1818
run: tidy -errors -quiet --drop-empty-elements no regex.html
19+
20+
test_sed:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@v2
24+
- name: Run sed tests
25+
run: tests/test_sed.sh
26+
27+
set_vim:
28+
runs-on: ubuntu-latest
29+
steps:
30+
- uses: actions/checkout@v2
31+
- name: Run Vim tests
32+
run: tests/test_vim.sh

0 commit comments

Comments
 (0)