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 2421d23 commit 6a9fb62Copy full SHA for 6a9fb62
.github/workflows/cli.yml
@@ -15,18 +15,18 @@ jobs:
15
strategy:
16
matrix:
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
- go: [1.21.x, 1.22.x]
+ go: [stable, oldstable]
19
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
20
runs-on: ${{ matrix.os }}
21
steps:
22
+ - name: Checkout Code
23
+ uses: actions/checkout@v4
24
+
25
- name: Set up Go ${{ matrix.go }}
26
uses: actions/setup-go@v5
27
with:
28
go-version: ${{ matrix.go }}
29
- - name: Checkout Code
- uses: actions/checkout@v4
-
30
- name: Install Dependencies
31
run: npm install markdown-toc
32
0 commit comments