Skip to content

chore(deps-dev): bump @commitlint/cli from 17.8.0 to 18.0.0 #337

chore(deps-dev): bump @commitlint/cli from 17.8.0 to 18.0.0

chore(deps-dev): bump @commitlint/cli from 17.8.0 to 18.0.0 #337

name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node v16
uses: actions/[email protected]
with:
node-version: 16
cache: yarn
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn run test
- name: Run ESlint
run: yarn lint