Skip to content

fix(repo): Repository settings have been updated to accomodate deb key change #29

fix(repo): Repository settings have been updated to accomodate deb key change

fix(repo): Repository settings have been updated to accomodate deb key change #29

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@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v1