added node as this is required
CI (Lint + Format Checks) / lint (pull_request) Failing after 41s

This commit is contained in:
2026-05-16 00:04:50 +02:00
parent 64e65ca9df
commit c120dcae41
+1 -3
View File
@@ -6,7 +6,7 @@ on:
jobs: jobs:
lint: lint:
runs-on: alpine runs-on: alpine
container: node:20-bookworm container: node:20-alpine
steps: steps:
- name: Checkout - name: Checkout
@@ -19,8 +19,6 @@ jobs:
git \ git \
python3 \ python3 \
py3-pip \ py3-pip \
nodejs \
npm \
rust rust
- name: Python sanity check - name: Python sanity check