Skip to content

Commit

Permalink
Merge pull request #768 from berndfinger/issue-767-ansible-lint-fix-f…
Browse files Browse the repository at this point in the history
…or-workflow-files

Workflows: Add missing '---'
  • Loading branch information
berndfinger authored Jun 21, 2024
2 parents d58d44b + b3bdf0b commit ada2153
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

name: CodeSpell

on:
Expand Down
2 changes: 2 additions & 0 deletions workflows/check_outdate_deps/action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

name: 'Check dependencies and try to solve it'
description: 'This action will check dependencies in .github/workflows that are installed using pip and open issue and create a pull request to solve the problem'
runs:
Expand Down

0 comments on commit ada2153

Please sign in to comment.