Skip to content

chore(deps-dev): bump @changesets/cli from 2.27.1 to 2.27.6 #55

chore(deps-dev): bump @changesets/cli from 2.27.1 to 2.27.6

chore(deps-dev): bump @changesets/cli from 2.27.1 to 2.27.6 #55

Workflow file for this run

name: Pull Request compliance
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions: {}
jobs:
compliance:
timeout-minutes: 20
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: 🔐 Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: ⚙️ Git Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
fetch-depth: 0
- name: ⚙️ Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
- name: ⚙️ Install dependencies
run: npm clean-install
env:
HUSKY: '0'
- name: 🕵️ Linter
run: npm run lint
env:
HUSKY: '0'
- name: 🕵️ commitlint
uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6.0.1
with:
configFile: .commitlintrc.json