Skip to content

Commit cd741b1

Browse files
committed
Update badges and readme
1 parent 446a13e commit cd741b1

File tree

1 file changed

+29
-32
lines changed

1 file changed

+29
-32
lines changed

README.md

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,14 @@ of:
3030
This action correctly handles activation of environments and offers the
3131
possibility of automatically activating the `test` environment on all shells.
3232

33-
> **Please** see the **[IMPORTANT](#IMPORTANT)** notes on additional information
33+
> **Please** see the **[IMPORTANT](#important)** notes on additional information
3434
> on environment activation.
3535
3636
[bundled]:
3737
https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-software
3838
[miniconda-repo]: https://repo.anaconda.com/miniconda
3939
[miniforge-releases]: https://github.com/conda-forge/miniforge/releases
4040
[constructor]: https://github.com/conda/constructor
41-
[mamba]: https://github.com/mamba-org/mamba
4241

4342
## Example Overview
4443

@@ -52,51 +51,51 @@ possibility of automatically activating the `test` environment on all shells.
5251
| [Channels](#example-4-conda-options) | [![Channels Status][ex4-badge]][ex4] |
5352
| [Custom installer](#example-5-custom-installer) | [![Custom Installer Status][ex5-badge]][ex5] |
5453
| [Mamba](#example-6-mamba) | [![Mamba Status][ex6-badge]][ex6] |
55-
| [Lockfiles](#example-7-explicit-specification) | [![Lockfiles Status][ex7-badge]][ex7] |
54+
| [Lockfiles](#example-7-lockfiles) | [![Lockfiles Status][ex7-badge]][ex7] |
5655
| [Miniforge](#example-10-miniforge) | [![Miniforge Status][ex10-badge]][ex10] |
5756
| [Caching packages](#caching-packages) | [![Caching Example Status][caching-badge]][caching] |
5857
| [Caching environments](#caching-environments) | [![Caching Env Example Status][caching-env-badge]][caching-env] |
5958

6059
[ex1]:
61-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-1.yml
60+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-1.yml?query=branch%3Adevelop
6261
[ex1-badge]:
63-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%201:%20Basic%20usage
62+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%201:%20Basic%20usage/develop
6463
[ex2]:
65-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-2.yml
64+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-2.yml?query=branch%3Adevelop
6665
[ex2-badge]:
67-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%202:%20Other%20shells
66+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%202:%20Other%20shells/develop
6867
[ex3]:
69-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-3.yml
68+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-3.yml?query=branch%3Adevelop
7069
[ex3-badge]:
71-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%203:%20Other%20options
70+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%203:%20Other%20options/develop
7271
[ex4]:
73-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-4.yml
72+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-4.yml?query=branch%3Adevelop
7473
[ex4-badge]:
75-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%204:%20Channels
74+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%204:%20Channels/develop
7675
[ex5]:
77-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-5.yml
76+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-5.yml?query=branch%3Adevelop
7877
[ex5-badge]:
79-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%205:%20Custom%20installer
78+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%205:%20Custom%20installer/develop
8079
[ex6]:
81-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-6.yml
80+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-6.yml?query=branch%3Adevelop
8281
[ex6-badge]:
83-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%206:%20Mamba
82+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%206:%20Mamba/develop
8483
[caching]:
85-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/caching-example.yml
84+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/caching-example.yml?query=branch%3Adevelop
8685
[caching-badge]:
87-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Caching%20Example
86+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Caching%20Example/develop
8887
[caching-env]:
89-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/caching-envs-example.yml
88+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/caching-envs-example.yml?query=branch%3Adevelop
9089
[caching-env-badge]:
91-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Caching%20Env%20Example
90+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Caching%20Env%20Example/develop
9291
[ex7]:
93-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-7.yml
92+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-7.yml?query=branch%3Adevelop
9493
[ex7-badge]:
95-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%207:%20Explicit%20Environment%20Specification
94+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%207:%20Explicit%20Environment%20Specification/develop
9695
[ex10]:
97-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-10.yml
96+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-10.yml?query=branch%3Adevelop
9897
[ex10-badge]:
99-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%2010:%20Miniforge,%20etc
98+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%2010:%20Miniforge,%20etc/develop
10099

101100
## Other Workflows
102101

@@ -107,17 +106,17 @@ possibility of automatically activating the `test` environment on all shells.
107106
| Workflow Status | [![Linting Status][linting-badge]][linting] | [![Catch Invalid Environments Status][ex8-badge]][ex8] | [![Handle Empty Channels Status][ex9-badge]][ex9] |
108107

109108
[linting]:
110-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/lint.yml
109+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/lint.yml?query=branch%3Adevelop
111110
[linting-badge]:
112-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Linting
111+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Linting/develop
113112
[ex8]:
114-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-8.yml
113+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-8.yml?query=branch%3Adevelop
115114
[ex8-badge]:
116-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%208:%20Catch%20invalid%20environment%20files
115+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%208:%20Catch%20invalid%20environment%20files/develop
117116
[ex9]:
118-
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-9.yml
117+
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-9.yml?query=branch%3Adevelop
119118
[ex9-badge]:
120-
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%209:%20Empty%20Channels%20in%20file%20dont%20crash%20setup
119+
https://img.shields.io/github/workflow/status/conda-incubator/setup-miniconda/Example%209:%20Empty%20Channels%20in%20file%20dont%20crash%20setup/develop
121120

122121
## Environment activation
123122

@@ -751,9 +750,7 @@ to get started adding features you need.
751750

752751
Thanks to all the contributors that make this awesome project possible!
753752

754-
<a href = "https://github.com/conda-incubator/setup-miniconda/graphs/contributors">
755-
<img src = "https://contrib.rocks/image?repo=conda-incubator/setup-miniconda"/>
756-
</a>
753+
[![Meet our contributors!](https://contrib.rocks/image?repo=conda-incubator/setup-miniconda)](https://github.com/conda-incubator/setup-miniconda/graphs/contributors)
757754

758755
_Made with [contributors-img](https://contrib.rocks)._
759756

0 commit comments

Comments
 (0)