We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299f7bc commit 4b2c3d7Copy full SHA for 4b2c3d7
1 file changed
.github/workflows/lint-grammar.yml
@@ -0,0 +1,11 @@
1
+name: Lint Grammar
2
+
3
+on:
4
+ workflow_call:
5
6
+jobs:
7
+ lint-grammar:
8
+ timeout-minutes: 5
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - run: echo "Foobar"
0 commit comments