Skip to content

chore: release 1.0.0 #284

chore: release 1.0.0

chore: release 1.0.0 #284

name: Conventional Commits
on: pull_request
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout code.
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Check Conventional Commits linting.
run: make check-conventional-commits-linting FROM="origin/${{ github.base_ref }}"