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 9d7ae87 commit 1ed7aa9Copy full SHA for 1ed7aa9
.github/workflows/ci.yml
@@ -24,11 +24,11 @@ jobs:
24
25
- name: "Install dependencies"
26
run: npm ci
27
- working-directory: ./reader/ts
+ working-directory: ./package/reader
28
29
- name: "Build project"
30
run: npm run build
31
32
33
format:
34
name: "[RUST] Format Check"
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
if: startsWith(github.ref, 'refs/tags/pkg-')
13
defaults:
14
run:
15
- working-directory: "./reader/ts"
+ working-directory: "./package/reader"
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v5
0 commit comments