We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc29b0 commit 3f7ce06Copy full SHA for 3f7ce06
.github/workflows/main.yaml
@@ -1,7 +1,8 @@
1
+name: Build and Test syntax
2
on: [push]
3
jobs:
4
grammar:
- runs-on: ubuntu-20.04
5
+ runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
node-version: [12.x]
0 commit comments