Skip to content

ci: Update KSXGitHub/github-actions-deploy-aur action to v2.7.0 #381

ci: Update KSXGitHub/github-actions-deploy-aur action to v2.7.0

ci: Update KSXGitHub/github-actions-deploy-aur action to v2.7.0 #381

Workflow file for this run

name: Commitlint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v1.6.0
with:
configFile: './.commitlintrc.json'