Skip to content

Commit

Permalink
ci: Add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Nov 10, 2024
1 parent 007f862 commit 18017bd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Lint
on:
pull_request:
paths-ignore:
- 'README.*'
push:
branches:
- master
paths-ignore:
- 'README.*'
workflow_dispatch:
jobs:
lint:
uses: emacs-twist/internal/.github/workflows/check.yml@master
with:
package: linters

0 comments on commit 18017bd

Please sign in to comment.