Skip to content

Commit 3e10fb6

Browse files
committed
Add test workflow
1 parent 12f7ff9 commit 3e10fb6

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)