Skip to content

Commit 30a186e

Browse files
authored
Create integration.yml
1 parent b19f1cd commit 30a186e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
on: [push, pull_request] # yamllint disable-line rule:truthy
3+
4+
jobs:
5+
integration-tests:
6+
uses: coreruleset/crs-plugin-test-action/.github/workflows/integration.yaml@main

0 commit comments

Comments
 (0)