From e4bc331b1a91ac8b50aed2c99fc51a35a05aeaba Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 4 Jan 2024 16:06:03 +0100 Subject: [PATCH] Clean up ci workflow yaml This strips trailing whitespace and adds the YAML document marker. --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9cef46f8..2d36891f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,3 +1,4 @@ +--- name: CI on: @@ -11,7 +12,7 @@ concurrency: cancel-in-progress: true jobs: - + rubocop: name: Rubocop uses: theforeman/actions/.github/workflows/rubocop.yml@v0 @@ -32,7 +33,7 @@ jobs: puppet: '8' env: PUPPET_VERSION: ${{ matrix.puppet }} - + steps: - name: Check out code uses: actions/checkout@v3