Skip to content

ci: move towards releasing using GitHub Actions #307

ci: move towards releasing using GitHub Actions

ci: move towards releasing using GitHub Actions #307

Workflow file for this run

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
# yamllint disable rule:comments
name: Commitlint
'on': [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
# yamllint disable rule:line-length
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99 # v5