Skip to content

Fix readme (#757)

Fix readme (#757) #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
files-up-to-date:
runs-on: ubuntu-latest
steps:
- name: Checkout commit
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: "`yarn format` changes committed?"
run: yarn format:check
- name: "`yarn gen-readme` changes committed?"
run: |
yarn gen-readme
git diff --exit-code