File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed
Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change 1818 - name : Run REUSE lint
1919 run : |
2020 docker run --rm --volume ${{ github.workspace }}:/data fsfe/reuse lint
21- test :
22- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
23- runs-on : ${{ matrix.os }}
24- timeout-minutes : 60
25- permissions : # needed to allow julia-actions/cache to proactively delete old caches that it has created
26- actions : write
27- contents : read
28- strategy :
29- fail-fast : false
30- matrix :
31- version :
32- - ' 1.12'
33- - ' 1.11'
34- - ' 1.10'
35- - ' pre'
36- os :
37- - ubuntu-latest
38- arch :
39- - x64
40- include :
41- - os : windows-latest
42- arch : x64
43- version : 1
44- - os : macOS-latest
45- arch : x64
46- version : 1
47- steps :
48- - uses : actions/checkout@v4
49- - uses : julia-actions/setup-julia@v2
50- with :
51- version : ${{ matrix.version }}
52- arch : ${{ matrix.arch }}
53- - uses : julia-actions/cache@v2
54- - uses : julia-actions/julia-buildpkg@v1
55- - uses : julia-actions/julia-runtest@v1
56- - uses : julia-actions/julia-processcoverage@v1
57- - uses : codecov/codecov-action@v5
58- with :
59- files : lcov.info
60- token : ${{ secrets.CODECOV_TOKEN }}
6121 docs :
6222 name : Documentation
6323 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments