File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed
Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - name : Run REUSE lint
1919 run : |
20- docker run --rm --volume ${{ github.workspace }}:/data fsfe/reuse lint
21- docs :
22- name : Documentation
23- runs-on : ubuntu-latest
24- timeout-minutes : 40
25- steps :
26- - uses : actions/checkout@v4
27- - uses : julia-actions/setup-julia@v2
28- - uses : julia-actions/cache@v2
29- - uses : julia-actions/julia-buildpkg@v1
30- - uses : julia-actions/julia-docdeploy@v1
31- env :
32- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
34- - run : |
35- julia --project=docs -e '
36- using Pkg
37- Pkg.instantiate()
38- using Documenter: DocMeta, doctest
39- using KiteUtils
40- DocMeta.setdocmeta!(KiteUtils, :DocTestSetup, :(using KiteUtils); recursive=true)
41- doctest(KiteUtils)'
20+ docker run --rm --volume ${{ github.workspace }}:/data fsfe/reuse lint
Original file line number Diff line number Diff line change 66- removed the second parameter from the function demo_syslog because it was not used
77- all test sets can now be executed independently when using ` JETLS.jl ` and ` https://github.com/aviatesk/TestRunner.jl `
88 from within the editor
9+ - applied ` BestieTemplate.jl ` ; this added the files ` Docs.yml ` , ` Test.yml ` , ` TestOnPRs.yml ` and ` ReusableTest.yml ` .
10+ Removed the tests from CI.yml and the ` docs ` section from ` CI.yml ` . ` CI.yml ` is now only running ` reuse-lint ` .
911
1012### KiteUtils v0.11.0 26-08-2025
1113#### Changed
You can’t perform that action at this time.
0 commit comments