File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Configure Languages for GitHub repository using Linguist
2
2
3
- # Markdown & Make detection,
4
- # exclude HTML, CSS & JavaScript
5
- # docs/** linguist-detectable
3
+ # EDN, Markdown & Make detection
6
4
* .edn linguist-detectable =true
7
5
* .md linguist-detectable =true
8
6
make linguist-detectable =true
7
+
8
+ # Exclude other file types
9
9
* .css linguist-detectable =false
10
10
* .js linguist-detectable =false
11
11
* .html linguist-detectable =false
Original file line number Diff line number Diff line change 9
9
- dev: megalinter java v8.3.0 in megalinter workflow
10
10
- dev: setup-clojure 13.1, clj-kondo 2024.11.14, cljstyle 0.17.642 in quality-checks workflow
11
11
- dev: markdown lint default practicalli configuration
12
- - Update library versions using `make outdated`
12
+ - dev: github repository attributes for edn project
13
+ - aliases: update library versions using `make outdated`
13
14
14
15
| :name | :current | :latest |
15
16
| ------------------------------------ | ---------------------------------------- | ---------------------------------------- |
You can’t perform that action at this time.
0 commit comments