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 e6f3886 commit f5939baCopy full SHA for f5939ba
.github/workflows/openapi2crd.yaml
@@ -12,15 +12,18 @@ on:
12
13
jobs:
14
15
- githubjobs:
+ openapi2crd:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v5
19
20
- - name: Set up Go
21
- uses: actions/setup-go@v6
+ - name: Install devbox
+ uses: jetify-com/[email protected]
22
with:
23
- go-version: '1.25'
+ enable-cache: 'true'
24
+
25
+ - name: Update Devbox
26
+ run: devbox update
27
28
- name: CI checks
29
working-directory: ./tools/openapi2crd
.github/workflows/scaffolder.yaml
@@ -12,7 +12,7 @@ on:
+ scaffolder:
0 commit comments