Skip to content

Bump github.com/vektra/mockery/v2 from 2.31.1 to 2.31.4 #18005

Bump github.com/vektra/mockery/v2 from 2.31.1 to 2.31.4

Bump github.com/vektra/mockery/v2 from 2.31.1 to 2.31.4 #18005

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run-linters:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/[email protected]
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: '18.13.0'
- name: Install dependencies
run: yarn install
- name: Run eslint tests
run: yarn test:lint-rules
- name: Run eslint production
run: yarn run lint:production