Skip to content

chore(deps-dev): bump globals from 15.3.0 to 15.6.0 #270

chore(deps-dev): bump globals from 15.3.0 to 15.6.0

chore(deps-dev): bump globals from 15.3.0 to 15.6.0 #270

Workflow file for this run

name: Commit Lint
on:
pull_request:
push:
jobs:
commit-lint:
name: Commit Lint
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set Up PNPM
uses: pnpm/action-setup@v4
- name: Set Up NodeJS
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: lts/*
- name: Install Dependencies
run: pnpm i
- name: Lint
env:
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: echo $COMMIT_MESSAGE | pnpm commitlint