Skip to content

chore(deps): bump viem from 2.8.5 to 2.9.8 in /motivator #32

chore(deps): bump viem from 2.8.5 to 2.9.8 in /motivator

chore(deps): bump viem from 2.8.5 to 2.9.8 in /motivator #32

Workflow file for this run

name: "Lint"
on:
pull_request:
types: [opened, reopened, synchronize, edited]
push:
branches:
- main
workflow_dispatch:
jobs:
checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./motivator
steps:
- uses: actions/checkout@v2
- name: Install
run: yarn install --frozen-lockfile --dev
- name: Lint
run: yarn lint
- name: Format check
run: yarn format:check
- name: Typescript check
run: npx tsc