From 69f5861b535ce5a394ff0f410cc9453d436414fa Mon Sep 17 00:00:00 2001 From: jstoobysmith <72603918+jstoobysmith@users.noreply.github.com> Date: Tue, 14 May 2024 15:01:48 -0400 Subject: [PATCH 1/3] feat: Create test to-do list --- TODO_HEPLEAN.csv | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 TODO_HEPLEAN.csv diff --git a/TODO_HEPLEAN.csv b/TODO_HEPLEAN.csv new file mode 100644 index 0000000..2565b7a --- /dev/null +++ b/TODO_HEPLEAN.csv @@ -0,0 +1,2 @@ +Subject, Description, Location +TestSubject, TestDescription, TestLocation \ No newline at end of file From 522eeff1171e2b0eca0f293a77a67c3e056393ad Mon Sep 17 00:00:00 2001 From: jstoobysmith <72603918+jstoobysmith@users.noreply.github.com> Date: Tue, 21 May 2024 06:44:29 -0400 Subject: [PATCH 2/3] feat: Workflows on pull requests --- .github/workflows/build.yml | 1 + .github/workflows/check_file_import.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a5a12b..0c7f72d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,7 @@ on: push: + pull_request: name: continuous integration diff --git a/.github/workflows/check_file_import.yml b/.github/workflows/check_file_import.yml index 73bcfd0..44b99f2 100644 --- a/.github/workflows/check_file_import.yml +++ b/.github/workflows/check_file_import.yml @@ -1,5 +1,6 @@ on: push: + pull_request: name: check file import From d666594a8595c7caf6c15be7f9f6828abadadd4f Mon Sep 17 00:00:00 2001 From: jstoobysmith <72603918+jstoobysmith@users.noreply.github.com> Date: Tue, 21 May 2024 06:46:22 -0400 Subject: [PATCH 3/3] chore: Delete file --- TODO_HEPLEAN.csv | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 TODO_HEPLEAN.csv diff --git a/TODO_HEPLEAN.csv b/TODO_HEPLEAN.csv deleted file mode 100644 index 2565b7a..0000000 --- a/TODO_HEPLEAN.csv +++ /dev/null @@ -1,2 +0,0 @@ -Subject, Description, Location -TestSubject, TestDescription, TestLocation \ No newline at end of file