Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.x: Kondo hooks #487

Draft
wants to merge 42 commits into
base: 1.1.x
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
510be71
wip
frenchy64 Aug 27, 2024
9b6a969
wip
frenchy64 Aug 27, 2024
7bbde7e
wip
frenchy64 Aug 28, 2024
7705d0e
[skip ci] wip
frenchy64 Aug 28, 2024
276daf4
wip
frenchy64 Aug 28, 2024
852c54d
[skip ci]
frenchy64 Aug 28, 2024
93f32a1
Merge branch '1.1.x' into kondo-hooks
frenchy64 Aug 29, 2024
0ad857f
refix
frenchy64 Aug 29, 2024
da3ffb1
revert
frenchy64 Aug 30, 2024
2e33f45
inline tools.macro
frenchy64 Aug 30, 2024
a16a872
wip
frenchy64 Aug 30, 2024
52a8209
Merge branch '1.1.x' into kondo-hooks
frenchy64 Aug 30, 2024
9f101a4
wip
frenchy64 Aug 30, 2024
c57bd88
wip
frenchy64 Aug 30, 2024
44ae57b
wip
frenchy64 Aug 30, 2024
252584c
wip
frenchy64 Aug 30, 2024
69e3de3
mv
frenchy64 Aug 30, 2024
8c70bdc
wip
frenchy64 Aug 30, 2024
2658085
gen
frenchy64 Aug 30, 2024
34670f2
wip
frenchy64 Aug 30, 2024
62323bd
gen
frenchy64 Aug 30, 2024
c783589
wip
frenchy64 Aug 30, 2024
595d41e
wip
frenchy64 Aug 30, 2024
fea9599
[skip ci]
frenchy64 Aug 30, 2024
9918ede
[skip ci]
frenchy64 Aug 30, 2024
24ba4f4
wip
frenchy64 Aug 30, 2024
7c7bba9
wip
frenchy64 Aug 30, 2024
5b5fffa
init
frenchy64 Aug 30, 2024
8c19506
[skip ci]
frenchy64 Aug 30, 2024
b37d3fb
wip
frenchy64 Aug 30, 2024
7a8ef4b
green
frenchy64 Aug 30, 2024
dc9121f
test
frenchy64 Aug 30, 2024
afe10e1
wip
frenchy64 Aug 30, 2024
4a45d20
regen
frenchy64 Aug 30, 2024
6bb6bb8
wip
frenchy64 Aug 30, 2024
a9d9779
wip
frenchy64 Aug 30, 2024
c6b0a97
wip
frenchy64 Aug 30, 2024
3654819
[skip ci]
frenchy64 Aug 30, 2024
0d4a12c
wip
frenchy64 Aug 30, 2024
35de78a
Merge branch '1.1.x' into kondo-hooks
frenchy64 Aug 30, 2024
c9819f7
wip
frenchy64 Aug 30, 2024
2c1f1e2
wip
frenchy64 Aug 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test
frenchy64 committed Aug 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit dc9121f83e17830f241af9a92bedd4a800398c63
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -42,6 +42,8 @@ jobs:
uses: DeLaGuardo/setup-clojure@master
with:
lein: latest
- name: Check kondo hooks
run: cd examples/clj-kondo-hooks && ./script/test
- name: Run tests
run: lein do clean, all midje, all check
deploy: