Skip to content

chore(deps): bump rollup from 4.37.0 to 4.59.0 in /web in the npm_and_yarn group across 1 directory #1

chore(deps): bump rollup from 4.37.0 to 4.59.0 in /web in the npm_and_yarn group across 1 directory

chore(deps): bump rollup from 4.37.0 to 4.59.0 in /web in the npm_and_yarn group across 1 directory #1

Workflow file for this run

name: conventional
on:
pull_request_target:
types: [opened, reopened, edited]
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install commitlint
run: |
npm install @commitlint/cli @commitlint/config-conventional
echo 'extends: ["@commitlint/config-conventional"]' > .commitlintrc.yaml
- name: Run commitlint on pull request title
env:
TITLE: ${{ github.event.pull_request.title }}
run: echo "$TITLE" | npx commitlint