Skip to content

Commit 23d60ff

Browse files
committed
Further cleanup
1 parent da55b30 commit 23d60ff

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,4 @@ jobs:
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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
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

0 commit comments

Comments
 (0)