From 2cdb002e572e54c2f269c741ad5dc63d26faa292 Mon Sep 17 00:00:00 2001 From: Jason Nucciarone <40342202+NucciTheBoss@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:21:10 -0500 Subject: [PATCH] fix(ci): add newline to end of workflow file --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e3ec5b..6f5942a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -107,4 +107,4 @@ jobs: provider: lxd juju-channel: 3.4/stable - name: Run tests - run: just integration \ No newline at end of file + run: just integration