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 12e76e5 commit 86c5939Copy full SHA for 86c5939
.github/workflows/workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
env:
18
TZ: Europe/Amsterdam
19
steps:
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
- uses: actions/setup-node@v6
22
with:
23
node-version: 24
@@ -32,7 +32,7 @@ jobs:
32
run:
33
working-directory: ./api
34
35
36
- run: cargo build --verbose
37
- run: cargo test --verbose
38
- run: cargo clippy --verbose -- -D warnings
@@ -42,7 +42,7 @@ jobs:
42
needs: [build-rs, build-ng]
43
runs-on: ubuntu-latest
44
45
46
- run: |
47
REF_NAME="${{ github.ref_name }}"
48
REF_NAME_LOWER=$(echo "$REF_NAME" | tr '[:upper:]' '[:lower:]')
0 commit comments