File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- name : Pkg.add("CompatHelper")
11
11
run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12
- - name : CompatHelper.main ()
12
+ - name : CompatHelper.master ()
13
13
env :
14
14
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
15
COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16
- run : julia -e 'using CompatHelper; CompatHelper.main ()'
16
+ run : julia -e 'using CompatHelper; CompatHelper.master ()'
Original file line number Diff line number Diff line change 1
1
WCS.jl
2
2
======
3
3
4
- [ ![ Build Status] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml?query=branch%3Amain )
4
+ [ ![ Build Status] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg?branch=master )] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml?query=branch%3Amaster )
5
5
[ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/W/WCS.svg )] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html )
6
- [ ![ Coverage] ( https://codecov.io/gh/JuliaAstro/WCS.jl/branch/main /graph/badge.svg )] ( https://codecov.io/gh/JuliaAstro/WCS.jl )
6
+ [ ![ Coverage] ( https://codecov.io/gh/JuliaAstro/WCS.jl/branch/master /graph/badge.svg )] ( https://codecov.io/gh/JuliaAstro/WCS.jl )
7
7
[ ![ License] ( https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow )] ( LICENSE )
8
8
9
9
[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaAstro.github.io/WCS.jl/stable )
Original file line number Diff line number Diff line change 1
1
# WCS.jl
2
2
3
3
[ ![ Code] ( https://img.shields.io/badge/Code-GitHub-black.svg )] ( https://github.com/JuliaAstro/WCS.jl )
4
- [ ![ Build Status] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml?query=branch%3Amain )
4
+ [ ![ Build Status] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml/badge.svg?branch=master )] ( https://github.com/JuliaAstro/WCS.jl/actions/workflows/CI.yml?query=branch%3Amaster )
5
5
[ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/W/WCS.svg )] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html )
6
- [ ![ Coverage] ( https://codecov.io/gh/JuliaAstro/WCS.jl/branch/main /graph/badge.svg )] ( https://codecov.io/gh/JuliaAstro/WCS.jl )
6
+ [ ![ Coverage] ( https://codecov.io/gh/JuliaAstro/WCS.jl/branch/master /graph/badge.svg )] ( https://codecov.io/gh/JuliaAstro/WCS.jl )
7
7
[ ![ License] ( https://img.shields.io/github/license/JuliaAstro/WCS.jl?color=yellow )] ( https://github.com/JuliaAstro/WCS.jl/blob/master/LICENSE )
8
8
9
9
Astronomical [ World Coordinate System] ( http://www.atnf.csiro.au/people/mcalabre/WCS/ ) library for Julia. This package wraps
You can’t perform that action at this time.
0 commit comments