From 9c60ce29f5741f81a2a7baa1bb43ed67a6d4d5f5 Mon Sep 17 00:00:00 2001 From: johnseth97 <17620345+johnseth97@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:03:10 -0400 Subject: [PATCH] chore(ci): updating main branch ci pipe, not a feature release! [skip ci] --- .github/workflows/ci.yml | 1 + .gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a29dfb7..d459ec3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +# .github/workflows/ci.yml name: CI on: diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..109b360 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +luacov.report.out +luacov.stats.out