Fixed clippy, updated dependencies #1

Merged
tobimai merged 3 commits from rework into main 2025-10-17 18:28:20 +02:00
Showing only changes of commit ae005867e7 - Show all commits

View File

@@ -23,7 +23,8 @@ jobs:
- 5432:5432
steps:
- run: apt update && apt install nodejs pkgconfig -y
- name: Install necessary dependencies
run: apt update && apt install nodejs pkg-config -y
- name: Checkout Code
uses: actions/checkout@v2
- name: Run migrations