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 f5b282c commit 7ac698eCopy full SHA for 7ac698e
.github/workflows/test.yml
@@ -16,7 +16,7 @@ on:
16
verbose:
17
type: boolean
18
required: false
19
- description: 'Enable verbose output'
+ description: "Enable verbose output"
20
default: false
21
22
defaults:
@@ -34,6 +34,7 @@ jobs:
34
- ubuntu-latest
35
version:
36
- "1.x"
37
+ - "2.x"
38
runs-on: ${{ matrix.runner }}
39
steps:
40
- run: git config --global core.autocrlf false
@@ -68,6 +69,7 @@ jobs:
68
69
deno_version:
70
- "1.45.0"
71
72
73
host_version:
74
- vim: "v9.1.0448"
75
nvim: "v0.10.0"
0 commit comments