Skip to content

Commit

Permalink
Strip trailing whitespace in CI workflow
Browse files Browse the repository at this point in the history
Also adds a document marker to please yamllint.
  • Loading branch information
ekohl committed Apr 16, 2024
1 parent f372f48 commit 8fac27f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ruby_tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Ruby Testing
on:
pull_request:
Expand All @@ -14,8 +15,8 @@ jobs:
name: Rubocop
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
with:
command: bundle exec rubocop
command: bundle exec rubocop

test:
name: Ruby
needs: rubocop
Expand Down

0 comments on commit 8fac27f

Please sign in to comment.