File tree Expand file tree Collapse file tree 4 files changed +36
-6
lines changed
Expand file tree Collapse file tree 4 files changed +36
-6
lines changed Original file line number Diff line number Diff line change 1+ ; ; pre-commit-elisp .dir-locals.el - https://github.com/jamescherti/pre-commit-elisp
2+ ((nil . ((pre-commit-elisp-error-on-compile-warning . t ))))
Original file line number Diff line number Diff line change 1515#
1616
1717name : CI
18- on :
19- - workflow_dispatch
20- - pull_request
18+ on : # yamllint disable-line rule:truthy
19+ push :
20+ branches :
21+ - main
22+ - develop
23+ pull_request :
24+ branches :
25+ - main
26+ workflow_dispatch :
2127
2228jobs :
2329 test :
Original file line number Diff line number Diff line change 66# to .github/workflows/melpazoid.yml and modifying RECIPE and EXIST_OK below.
77
88name : melpazoid
9- on :
10- - workflow_dispatch
11- - pull_request
9+ on : # yamllint disable-line rule:truthy
10+ push :
11+ branches :
12+ - main
13+ - develop
14+ pull_request :
15+ branches :
16+ - main
17+ workflow_dispatch :
1218
1319jobs :
1420 build :
Original file line number Diff line number Diff line change 1+ ---
2+
3+ repos :
4+ - repo : https://github.com/pre-commit/pre-commit-hooks
5+ rev : v2.3.0
6+ hooks :
7+ - id : check-yaml
8+ - id : end-of-file-fixer
9+ - id : trailing-whitespace
10+
11+ - repo : https://github.com/jamescherti/pre-commit-elisp
12+ rev : v1.0.8
13+ hooks :
14+ - id : elisp-check-parens
15+ - id : elisp-check-byte-compile
16+ exclude : ' \.dir-locals\.el$'
You can’t perform that action at this time.
0 commit comments