We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73dfef3 commit 2dcdc06Copy full SHA for 2dcdc06
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
with:
11
fetch-depth: 0
12
- - uses: cachix/install-nix-action@v10
+ - uses: cachix/install-nix-action@v12
13
#- run: nix flake check
14
- run: nix-build -A checks.x86_64-linux.build
15
validate-openapi:
@@ -18,5 +18,5 @@ jobs:
18
19
20
21
22
- run: nix-shell -p openapi-generator-cli --run "openapi-generator-cli validate -i ./hydra-api.yaml"
0 commit comments