Skip to content

📦 chore: Bump @commitlint/cli from 19.6.0 to 19.6.1 #27

📦 chore: Bump @commitlint/cli from 19.6.0 to 19.6.1

📦 chore: Bump @commitlint/cli from 19.6.0 to 19.6.1 #27

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