Skip to content

Commit

Permalink
chore: configure GitHub actions for running plugin tests (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion authored Oct 13, 2023
1 parent c7369dd commit 7df4121
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
on: [push, pull_request]

jobs:
integration-tests:
uses: coreruleset/crs-plugin-test-action/.github/workflows/integration.yaml@main
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
on: [push, pull_request]

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

0 comments on commit 7df4121

Please sign in to comment.