We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d20f8 commit 890616dCopy full SHA for 890616d
2 files changed
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
timeout-minutes: 15
12
+ defaults:
13
+ run:
14
+ working-directory: ./src
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v2
.github/workflows/release.yml
@@ -6,6 +6,9 @@ jobs:
6
7
8
0 commit comments