Skip to content

chore(deps): update dependency @types/diff to v6 (#271) #1211

chore(deps): update dependency @types/diff to v6 (#271)

chore(deps): update dependency @types/diff to v6 (#271) #1211

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- gh-pages
- 'renovate/**'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: yarn
- run: yarn
- run: yarn tsc
- run: yarn format:check
- run: yarn lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: yarn
- run: yarn
- run: yarn test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: yarn
- run: yarn
- run: yarn build