Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.

ci: pin actions to full commit SHAs #4

ci: pin actions to full commit SHAs

ci: pin actions to full commit SHAs #4

Workflow file for this run

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
name: Commitlint
'on': [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@a85daedc64529d02d566e7f83c3c48c77e78af85 # v1