Skip to content

build(deps-dev): bump @commitlint/cli from 18.4.1 to 18.4.3 #217

build(deps-dev): bump @commitlint/cli from 18.4.1 to 18.4.3

build(deps-dev): bump @commitlint/cli from 18.4.1 to 18.4.3 #217

Workflow file for this run

name: Run automated tests
on:
pull_request:
branches:
- main
- beta
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 18
- name: yarn install, test
run: |
yarn install
yarn test