Skip to content

build(deps-dev): bump eslint-plugin-qwik from 1.12.0 to 1.16.0 #168

build(deps-dev): bump eslint-plugin-qwik from 1.12.0 to 1.16.0

build(deps-dev): bump eslint-plugin-qwik from 1.12.0 to 1.16.0 #168

Workflow file for this run

# Check Commit Messages, to ensure they are valid and follow conventional commits (https://l.arvid.tech/conventional-commits)
name: "Conventional Commits: PR Title"
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
cc-pr-title:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check PR title
run: ./.ci/cc-pr-title.sh "${{ github.event.pull_request.title }}"