Skip to content

Don't show highlight/alignment if exact match #39

Don't show highlight/alignment if exact match

Don't show highlight/alignment if exact match #39

Workflow file for this run

name: Push
on: push
jobs:
test:
name: Test and typecheck on node 20.x and ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
- name: build
run: yarn build
- name: Lint
run: yarn lint
- name: Test
run: yarn test
spellcheck:
name: Spell check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master