Skip to content

chore(deps): bump @mui/base from 5.0.0-beta.68 to 5.0.0-beta.69 #729

chore(deps): bump @mui/base from 5.0.0-beta.68 to 5.0.0-beta.69

chore(deps): bump @mui/base from 5.0.0-beta.68 to 5.0.0-beta.69 #729

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