Skip to content

Commit

Permalink
Fix error in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
AbraXa5 committed Apr 17, 2024
1 parent 6953a59 commit 47d3e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# .github/workflows/ansible-lint.yml
name: ansible-lint

Check failure on line 2 in .github/workflows/ansible-lint.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[document-start]

Missing document start "---"
on:
[pull_request, push]:
pull_request:
branches: ["main", "stable"]
push:
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly

Check failure on line 7 in .github/workflows/ansible-lint.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[comments]

Too few spaces before comment
jobs:
build:
Expand Down

0 comments on commit 47d3e57

Please sign in to comment.