Skip to content

build(deps-dev): bump eslint from 8.57.0 to 9.3.0 #6

build(deps-dev): bump eslint from 8.57.0 to 9.3.0

build(deps-dev): bump eslint from 8.57.0 to 9.3.0 #6

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🖍️ Conventional commits check
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true
- name: ⚙️ Setup
uses: ./.github/actions/setup
- name: 🔦 Lint pull request title
run: pnpm exec commitlint -x @commitlint/config-conventional <<< "$TITLE"
# run: cog check <<< "$TITLE"
env:
TITLE: ${{ github.event.pull_request.title }}
# - name: 📝 Check changeset status
# run: pnpm exec changeset status --since origin/main