Skip to content

ci(tools-commitlint): add project #12

ci(tools-commitlint): add project

ci(tools-commitlint): add project #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
actions: read
contents: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version-file: package.json
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'
- run: pnpm i
- uses: nrwl/nx-set-shas@v4
- run: pnpm exec nx affected -t lint test build