Skip to content

ci(deps): update typescript-eslint monorepo to v6.21.0 #176

ci(deps): update typescript-eslint monorepo to v6.21.0

ci(deps): update typescript-eslint monorepo to v6.21.0 #176

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: yarn
- name: Test
run: yarn test
- name: Build
run: yarn build