Skip to content

Commit c55ac05

Browse files
authored
docs(readme): Add badges for github runner status (#246)
1 parent eeaa864 commit c55ac05

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.github/workflows/apps-config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66
# default: release
77
# required: false
88
outputs:
9+
# NOTE: Update badges and table in README when changing runner OS versions
910
macos:
1011
description: macos OS value
1112
value: "macos-12"
1213
windows:
1314
description: windows OS value
14-
value: "windows-latest"
15+
value: "windows-2022"
1516
ubuntu:
1617
description: ubuntu OS value
1718
value: "ubuntu-20.04"

README.Rmd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ knitr::opts_chunk$set(
3232

3333
<!-- For more direct usage examples, see [`rstudio/shinycoreci-apps`](https://github.com/rstudio/shinycoreci-apps). -->
3434

35+
## Github Runner Images
36+
37+
shinycoreci [uses the following GitHub Runnner Images](https://github.com/rstudio/shinycoreci/blob/main/.github/workflows/apps-config.yml).
38+
39+
| Image | Details | Status |
40+
|:------|:--------|:------:|
41+
| Ubuntu 20.04 | [ubuntu-20.04] | [![status20](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=ubuntu20&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=ubuntu20&redirect=1) |
42+
| macOS 12 | [macos-12] | [![statusumac12](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=macos-12&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=macos-12&redirect=1) |
43+
| Windows Server 2022 | [windows-2022] | [![statuswin22](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=windows-2022&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=windows-2022&redirect=1) |
44+
45+
[ubuntu-20.04]: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md
46+
[windows-2022]: https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
47+
[macOS-12]: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
3548

3649
## Installation
3750

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
<!-- This is an R package to install all dependencies to test the bleeding edge of all relevant packages to the Shiny team. -->
1616
<!-- For more direct usage examples, see [`rstudio/shinycoreci-apps`](https://github.com/rstudio/shinycoreci-apps). -->
1717

18+
## Github Runner Images
19+
20+
shinycoreci [uses the following GitHub Runnner Images](https://github.com/rstudio/shinycoreci/blob/main/.github/workflows/apps-config.yml).
21+
22+
| Image | Details | Status |
23+
|:--------------------|:--------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
24+
| Ubuntu 20.04 | [ubuntu-20.04](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md) | [![status20](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=ubuntu20&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=ubuntu20&redirect=1) |
25+
| macOS 12 | [macos-12](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md) | [![statusumac12](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=macos-12&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=macos-12&redirect=1) |
26+
| Windows Server 2022 | [windows-2022](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md) | [![statuswin22](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=windows-2022&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=windows-2022&redirect=1) |
27+
1828
## Installation
1929

2030
Install the development version from [GitHub](https://github.com/) with:

0 commit comments

Comments
 (0)