Skip to content

chore(deps): bump @testing-library/jest-dom from 5.17.0 to 6.0.0 (#244) #290

chore(deps): bump @testing-library/jest-dom from 5.17.0 to 6.0.0 (#244)

chore(deps): bump @testing-library/jest-dom from 5.17.0 to 6.0.0 (#244) #290

Workflow file for this run

name: Lint
on:
push:
branches: [main, release-*]
pull_request:
branches: [main, release-*]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: yarn install
- name: Linter
run: yarn lint