Skip to content

Commit 1998a38

Browse files
authored
Create language.yaml
1 parent c9a3a79 commit 1998a38

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/language.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Language
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
check-language:
7+
name: "Check Language"
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: reviewdog/[email protected]
12+
with:
13+
github_token: ${{ secrets.GITHUB_TOKEN }}
14+
reporter: github-pr-review
15+
level: error

0 commit comments

Comments
 (0)