Skip to content

Commit d601554

Browse files
committed
Update .gitattributes
1 parent b1e159c commit d601554

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.gitattributes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@
44
*.nlogox linguist-detectable
55
*.nlogox3d linguist-detectable
66
*.qmd linguist-detectable
7+
*.yaml linguist-detectable
78

89
*.nls linguist-language=NetLogo
910
*.nlogo linguist-language=NetLogo
1011
*.nlogo3d linguist-language=NetLogo
1112
*.nlogox linguist-language=NetLogo
1213
*.nlogox3d linguist-language=NetLogo
1314
*.qmd linguist-language=R
14-
*.yaml linguist-language=bash
15+
*.yaml linguist-language=Shell
1516

1617
images/* linguist-documentation
1718
docs/* linguist-documentation
19+
tests/* linguist-documentation
1820

1921
extensions/* linguist-vendored
22+
models/* linguist-vendored

.github/workflows/run-logolink.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
run: |
7878
# Install and initialize renv
7979
80+
options(repos=c(CRAN="https://cloud.r-project.org"))
81+
8082
install.packages("renv")
8183
8284
renv::init()

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ jobs:
213213
run: |
214214
# Install and initialize renv
215215
216+
options(repos=c(CRAN="https://cloud.r-project.org"))
217+
216218
install.packages("renv")
217219
218220
renv::init()
@@ -399,7 +401,7 @@ donation. Please mention `LogoActions` in your donation message.
399401
[![License: GPLv3](https://img.shields.io/badge/license-GPLv3-bd0000.svg)](https://www.gnu.org/licenses/gpl-3.0)
400402

401403
```text
402-
Copyright (C) 2025 Daniel Vartanian
404+
Copyright (C) 2026 Daniel Vartanian
403405
404406
LogoActions is free software: you can redistribute it and/or modify it
405407
under the terms of the GNU General Public License as published by the Free

0 commit comments

Comments
 (0)