mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2026-06-13 08:58:29 +02:00
13 lines
302 B
YAML
13 lines
302 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
name: Commitlint
|
|
'on': [pull_request]
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
- uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99
|