rename cmake.yml to ci.yml

This commit is contained in:
McMassiveNZ
2023-01-24 20:04:50 +01:00
parent 4ae8d8671f
commit b2780a9576
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: CMake name: CI
on: on:
push: push:

View File

@@ -1,4 +1,4 @@
# blank-slate # blank-slate
[![build](https://github.com/McMassiveNZ/blank-slate/actions/workflows/cmake.yml/badge.svg)](https://github.com/McMassiveNZ/blank-slate/actions/workflows/cmake.yml) [![build](https://github.com/McMassiveNZ/blank-slate/actions/workflows/ci.yml/badge.svg)](https://github.com/McMassiveNZ/blank-slate/actions/workflows/ci.yml)
A blank slate cpp project containing boilerplate for CMake, testing and basic CI A blank slate cpp project containing boilerplate for CMake, testing and basic CI