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 c0195f4 commit 5cd4522Copy full SHA for 5cd4522
.github/workflows/grammar-validator.yaml
@@ -34,7 +34,7 @@ jobs:
34
# Install build grammar global tool
35
- name: Install BuildGrammar tool
36
run: |
37
- dotnet tool install --version 1.0.0-alpha.1 --global --add-source ./.github/workflows/dependencies/ EcmaTC49.BuildGrammar
+ dotnet tool install --version 1.0.0-alpha.2 --global --add-source ./.github/workflows/dependencies/ EcmaTC49.BuildGrammar
38
39
40
- name: run validate
0 commit comments