Skip to content

chore(deps): bump @sinclair/typebox from 0.31.18 to 0.31.19 (#736) #726

chore(deps): bump @sinclair/typebox from 0.31.18 to 0.31.19 (#736)

chore(deps): bump @sinclair/typebox from 0.31.18 to 0.31.19 (#736) #726

Workflow file for this run

name: lint-prettier
on:
push:
branches:
- master
pull_request: {}
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout Master
uses: actions/checkout@v4
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 20
- name: Prettier Check
run: yarn prettier:check
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Master
uses: actions/checkout@v4
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 20
- name: ESLint
run: yarn lint