Skip to content

chore(deps): bump the dependencies group across 1 directory with 10 u… #728

chore(deps): bump the dependencies group across 1 directory with 10 u…

chore(deps): bump the dependencies group across 1 directory with 10 u… #728

Workflow file for this run

name: lint and test
on:
push:
branches-ignore:
- main
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'yarn'
- name: Install dependencies with yarn
run: yarn install --frozen-lockfile
- name: Run spv-wallet ESLint
run: yarn lint