Skip to content

Commit a810bb3

Browse files
committed
Create lint-grammar.yml
Signed-off-by: Philipp Bammes <8144115+tyrann0us@users.noreply.github.com>
1 parent 299f7bc commit a810bb3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/lint-grammar.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Lint Grammar
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
lint-grammar:
8+
timeout-minutes: 5
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: echo "Foobar"

0 commit comments

Comments
 (0)