Skip to content

Commit

Permalink
fix: add blank newline to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EsadCetiner authored Jan 8, 2024
1 parent 745ff4b commit d7105a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ on: [push, pull_request]

jobs:
integration-tests:
uses: coreruleset/crs-plugin-test-action/.github/workflows/integration.yaml@main
uses: coreruleset/crs-plugin-test-action/.github/workflows/integration.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ on: [push, pull_request]

jobs:
plugin-lint:
uses: coreruleset/crs-plugin-test-action/.github/workflows/lint.yaml@main
uses: coreruleset/crs-plugin-test-action/.github/workflows/lint.yaml@main

0 comments on commit d7105a3

Please sign in to comment.