Skip to content

Commit

Permalink
Merge branch 'main' into CI-docker-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuffin authored Sep 28, 2023
2 parents 1e4cf1e + b10a83d commit 151742e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ on:
push:
branches:
- "main"
paths-ignore:
- "docs/**"
- "*.md"
pull_request:
branches:
- "main"
paths-ignore:
- "docs/**"
- "*.md"
workflow_dispatch:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ repos:
additional_dependencies:
- flake8-bugbear
- repo: local
language: javascript
hooks:
- id: ajv
name: ajv
Expand Down
1 change: 1 addition & 0 deletions ansible_rulebook/schema/ruleset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
}
},
"required": [
"name",
"hosts",
"sources",
"rules"
Expand Down

0 comments on commit 151742e

Please sign in to comment.