Skip to content

build(deps-dev): bump @commitlint/cli from 20.1.0 to 20.2.0 #661

build(deps-dev): bump @commitlint/cli from 20.1.0 to 20.2.0

build(deps-dev): bump @commitlint/cli from 20.1.0 to 20.2.0 #661

Workflow file for this run

name: build
on: [push, pull_request]
permissions: {}
jobs:
build:
permissions:
id-token: write
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v6
with:
cache: yarn
node-version-file: .nvmrc
- name: Install dependencies
run: yarn
- name: Run ESLint
run: yarn lint
- name: Run Tests
run: yarn test:coverage
- name: Upload coverage to Qlty
uses: qltysh/qlty-action/coverage@v2
with:
oidc: true
files: coverage/lcov.info