Skip to content

Bump actions/checkout from 3 to 4 #59

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #59

Workflow file for this run

name: Check README
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Check README
run: |
cd npm && \
npm install && \
cd .. && \
scripts/docs && \
git diff --exit-code README.md