mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
dev(ci): use doomemacs/ci commit linter
And move repo-specific linter config into .github/ci.el
This commit is contained in:
5
.github/workflows/lint-commits.yml
vendored
Normal file
5
.github/workflows/lint-commits.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
name: Lint commits
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
lint-commits:
|
||||
uses: doomemacs/ci/.github/workflows/lint-commits.yml@legacy
|
Reference in New Issue
Block a user