Skip to content

Commit

Permalink
[Tests] add readme tests I forgot in #2887
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 23, 2020
1 parent 8ef839a commit b85b8fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/readme.yml
@@ -0,0 +1,16 @@
name: 'Tests: readme'

on: [pull_request, push]

jobs:
readme:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: ljharb/actions/node/run@main
name: 'npm install && npm run generate-list-of-rules'
with:
node-version: 'lts/*'
command: 'generate-list-of-rules'
skip-ls-check: true

0 comments on commit b85b8fc

Please sign in to comment.