Skip to content

Update dependency @types/chrome to v0.0.297 (#847) #4367

Update dependency @types/chrome to v0.0.297 (#847)

Update dependency @types/chrome to v0.0.297 (#847) #4367

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- name: yarn install
run: |
corepack enable
yarn install --immutable
- name: Run eslint
run: yarn lint