fix: SQL import in Docker images #202

Merged
Anri merged 8 commits from fix-sql into main 2024-11-02 18:26:02 +01:00
Showing only changes of commit c23b9c6c1f - Show all commits

View file

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
run: npm ci
- name: Run lint
run: npm run lint