Skip to content

Commit

Permalink
Update workflow names and add badges to README.md (#251)
Browse files Browse the repository at this point in the history
* Update workflow names and add badges to README.md

* Another workflow name change
  • Loading branch information
seaxwi authored Jul 24, 2023
1 parent 4bfc9d7 commit 8e0fac3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-urls.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check URLs
name: URLs

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Zendesk
name: deploy

on:
repository_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-validate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate
name: validate

on:
repository_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Arduino Help Center
===================

[![validate](https://github.com/arduino/help-center-content/actions/workflows/workflow-validate.yaml/badge.svg)](https://github.com/arduino/help-center-content/actions/workflows/workflow-validate.yaml)
[![deploy](https://github.com/arduino/help-center-content/actions/workflows/deploy-prod.yml/badge.svg)](https://github.com/arduino/help-center-content/actions/workflows/deploy-prod.yml)
[![URLs](https://github.com/arduino/help-center-content/actions/workflows/check-urls.yml/badge.svg)](https://github.com/arduino/help-center-content/actions/workflows/check-urls.yml)

## What Is this Repository?

This repository hosts the content for the [Arduino Help Center](https://support.arduino.cc/). The content is written in Markdown, which is converted to HTML automatically during the build process.
Expand Down

0 comments on commit 8e0fac3

Please sign in to comment.