From d6733ab82b2709373e28f11e708da6926e53cab8 Mon Sep 17 00:00:00 2001 From: Ben Thompson Date: Mon, 11 Jan 2021 20:48:58 -0500 Subject: [PATCH] Empty thing.h, rename CI pipeline. --- .github/workflows/{workflow.yml => lint_and_test.yml} | 0 tests/thing.h | 8 -------- 2 files changed, 8 deletions(-) rename .github/workflows/{workflow.yml => lint_and_test.yml} (100%) diff --git a/.github/workflows/workflow.yml b/.github/workflows/lint_and_test.yml similarity index 100% rename from .github/workflows/workflow.yml rename to .github/workflows/lint_and_test.yml diff --git a/tests/thing.h b/tests/thing.h index 8352174..e69de29 100644 --- a/tests/thing.h +++ b/tests/thing.h @@ -1,8 +0,0 @@ - -#include -struct Thing { - void cheer() { - std::cout << "WAHHOOOO" << std::endl; - } -}; -#define THING_DEFINED