Skip to content

Commit 0f10b4e

Browse files
authored
Merge pull request #1 from wp-phpunit/test
Add test workflow
2 parents 12f7ff9 + 3e10fb6 commit 0f10b4e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Test
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
lint:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
11+
- uses: reviewdog/action-actionlint@v1
12+
name: Lint GitHub Actions

0 commit comments

Comments
 (0)