1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2024-12-14 11:07:30 +00:00

ci: Add a workflow for linting

This commit is contained in:
Akira Komamura 2024-11-11 01:30:02 +09:00
parent 08bbb92325
commit a5d16c54ac

16
.github/workflows/lint.yml vendored Normal file
View file

@ -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