Skip to content

Commit

Permalink
update to naming conventions for better consistency as shown under wo…
Browse files Browse the repository at this point in the history
…rkflows on GitHub Actions page (microsoft#2811)
  • Loading branch information
awentzel authored Mar 21, 2020
1 parent 0548e89 commit 408e2a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-explore-stage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Component Explorer
name: CD - Component Explorer

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-daily.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: FAST Workflows
name: CI - FAST

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-weekly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI - Cross Platform Validation
name: CI - FAST Validation

on:
schedule:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An unopinionated system of components, development tools, and utilities used à

[![Maintainability](https://api.codeclimate.com/v1/badges/8a74621e634a6e9b9561/maintainability)](https://codeclimate.com/github/Microsoft/fast-dna/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/8a74621e634a6e9b9561/test_coverage)](https://codeclimate.com/github/Microsoft/fast-dna/test_coverage)
![Pipeline Workflows](https://github.com/microsoft/fast-dna/workflows/FAST%20Workflows/badge.svg)
![workflows](https://github.com/microsoft/fast-dna/workflows/CI%20-%20FAST/badge.svg?branch=master&event=push)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![Discord](https://img.shields.io/badge/support%20with-discord-cc00ff.svg)](https://discord.gg/FcSNfg4)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
Expand Down Expand Up @@ -47,6 +47,7 @@ Because FAST-DNA has abstracted base components from their style, you get a head
FAST-DNA is a mono repository managed with [Lerna](https://github.com/lerna/lerna). Users choose à la carte which package to use in their project.

### Component Explorer
![CD Component Explorer](https://github.com/microsoft/fast-dna/workflows/CI%20Component%20Explorer/badge.svg?branch=master&event=push)

Launch our [Component Explorer](https://explore.fast.design) to experience our [Microsoft React Components](https://github.com/microsoft/fast-dna/tree/master/packages/fast-components-react-msft) package and development tools.

Expand Down

0 comments on commit 408e2a5

Please sign in to comment.