Skip to content

chore(deps-dev): bump @commitlint/cli from 17.5.1 to 17.7.2 #761

chore(deps-dev): bump @commitlint/cli from 17.5.1 to 17.7.2

chore(deps-dev): bump @commitlint/cli from 17.5.1 to 17.7.2 #761

Workflow file for this run

name: Test
on:
push:
branches:
- master
- beta
pull_request:
branches:
- master
- beta
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn --immutable
- run: yarn lint
test:
runs-on: ubuntu-latest
needs: lint
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn --immutable
- run: yarn test