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 aac1b02 commit d948ad7Copy full SHA for d948ad7
.github/workflows/check.yml
@@ -21,6 +21,9 @@ on:
21
concurrency:
22
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
23
cancel-in-progress: true
24
+defaults:
25
+ run:
26
+ working-directory: ./optd-persistent
27
name: check
28
jobs:
29
fmt:
.github/workflows/test.yml
@@ -17,6 +17,9 @@ on:
17
18
19
20
name: test
required:
0 commit comments