From 3264738dbb3d33d393136901ad5077207ab741bd Mon Sep 17 00:00:00 2001 From: Jordan Bayles Date: Mon, 9 Sep 2024 18:18:56 -0700 Subject: [PATCH] Update meson.yml --- .github/workflows/meson.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 289155f..9e3f7dd 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -35,7 +35,7 @@ jobs: coverage: runs-on: ubuntu-latest - steps: + steps: - name: checkout repository uses: actions/checkout@v4 @@ -60,6 +60,6 @@ jobs: - name: generate code coverage report uses: threeal/gcovr-action@v1.0.0 - with: - coveralls-send: true - github-token: ${{ secrets.GITHUB_TOKEN }} + with: + coveralls-send: true + github-token: ${{ secrets.GITHUB_TOKEN }}