Skip to content

Commit

Permalink
dev: github repository attributes for edn project
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Dec 19, 2024
1 parent b382f59 commit 0afecaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Configure Languages for GitHub repository using Linguist

# Markdown & Make detection,
# exclude HTML, CSS & JavaScript
# docs/** linguist-detectable
# EDN, Markdown & Make detection
*.edn linguist-detectable=true
*.md linguist-detectable=true
make linguist-detectable=true

# Exclude other file types
*.css linguist-detectable=false
*.js linguist-detectable=false
*.html linguist-detectable=false
3 changes: 2 additions & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
- dev: megalinter java v8.3.0 in megalinter workflow
- dev: setup-clojure 13.1, clj-kondo 2024.11.14, cljstyle 0.17.642 in quality-checks workflow
- dev: markdown lint default practicalli configuration
- Update library versions using `make outdated`
- dev: github repository attributes for edn project
- aliases: update library versions using `make outdated`

| :name | :current | :latest |
| ------------------------------------ | ---------------------------------------- | ---------------------------------------- |
Expand Down

0 comments on commit 0afecaf

Please sign in to comment.