Skip to content

Commit 540937c

Browse files
authored
Merge pull request #7 from EsadCetiner/main
chore: migrate to new test format
2 parents f612598 + ac6294a commit 540937c

13 files changed

Lines changed: 349 additions & 334 deletions

File tree

.github/workflows/integration.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
on: [push, pull_request]
3+
name: Integration tests
4+
5+
jobs:
6+
integration-tests:
7+
uses: coreruleset/crs-plugin-test-action/.github/workflows/integration.yaml@v2.0.0

.github/workflows/lint.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]
3+
4+
jobs:
5+
plugin-lint:
6+
uses: coreruleset/crs-plugin-test-action/.github/workflows/lint.yaml@main

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"local>coreruleset/renovate-config"
5+
]
6+
}

tests/9516110.yaml

Lines changed: 0 additions & 91 deletions
This file was deleted.

tests/9516120.yaml

Lines changed: 0 additions & 76 deletions
This file was deleted.

tests/9516310.yaml

Lines changed: 0 additions & 76 deletions
This file was deleted.

tests/9516320.yaml

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)