Skip to content

chore(deps): bump stylelint-plugin-defensive-css from 1.0.3 to 1.0.4 #350

chore(deps): bump stylelint-plugin-defensive-css from 1.0.3 to 1.0.4

chore(deps): bump stylelint-plugin-defensive-css from 1.0.3 to 1.0.4 #350

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
with:
version: 8
- 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