Skip to content

📦 chore: Bump @typescript-eslint/eslint-plugin from 8.18.0 to 8.18.1 #28

📦 chore: Bump @typescript-eslint/eslint-plugin from 8.18.0 to 8.18.1

📦 chore: Bump @typescript-eslint/eslint-plugin from 8.18.0 to 8.18.1 #28

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- '**'
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install dependencies
run: yarn install --frozen-lockfile && yarn playwright install
- name: Build
run: yarn build
- name: Run tests
run: yarn test