Skip to content

Commit

Permalink
Clean up ci workflow yaml
Browse files Browse the repository at this point in the history
This strips trailing whitespace and adds the YAML document marker.
  • Loading branch information
ekohl committed Jan 4, 2024
1 parent 3b907d4 commit e4bc331
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: CI

on:
Expand All @@ -11,7 +12,7 @@ concurrency:
cancel-in-progress: true

jobs:

rubocop:
name: Rubocop
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
Expand All @@ -32,7 +33,7 @@ jobs:
puppet: '8'
env:
PUPPET_VERSION: ${{ matrix.puppet }}

steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit e4bc331

Please sign in to comment.