From c795bd41cea2401050f8fb32b61a666cdaafd4bd Mon Sep 17 00:00:00 2001 From: Garrett Summerfield Date: Sun, 22 Jan 2023 22:20:12 -0600 Subject: [PATCH] Add status badges --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e69de29..e5f7164 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,19 @@ +# Oakville Dynamics FRC Robot Template + +## Build Status + +| Action | Status | +| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Build | [![Build](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/build.yml/badge.svg)](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/build.yml) | +| Qodana | [![Qodana](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/qodana.yml/badge.svg)](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/qodana.yml) | +| CodeQL | [![Build](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/build.yml/badge.svg)](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/build.yml) | + +## How to use + +1. Create a template of this repository +2. Follow GitHub prompts for creating a repository +3. Clone newly created repository + +## Requirements + +* WPILib 2023.2.1