Skip to content

chore(deps): update rust crate insta to v1.44.1 #663

chore(deps): update rust crate insta to v1.44.1

chore(deps): update rust crate insta to v1.44.1 #663

name: Conventional Commits
on: pull_request
permissions:
contents: read
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout code.
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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 }}"