Skip to content

Commit b85b8fc

Browse files
committed
[Tests] add readme tests I forgot in #2887
1 parent 8ef839a commit b85b8fc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/readme.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: 'Tests: readme'
2+
3+
on: [pull_request, push]
4+
5+
jobs:
6+
readme:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: ljharb/actions/node/run@main
12+
name: 'npm install && npm run generate-list-of-rules'
13+
with:
14+
node-version: 'lts/*'
15+
command: 'generate-list-of-rules'
16+
skip-ls-check: true

0 commit comments

Comments
 (0)