diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a2295be..cdd07e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to build robot code. -name: CI +name: Build # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch. diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c3cdbb7 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +[![Build](https://github.com/FRC830/2024Robot/actions/workflows/main.yml/badge.svg)](https://github.com/FRC830/2024Robot/actions/workflows/main.yml) + +The 2024 Robot \ No newline at end of file