Lint/formatter workflows merged per language. Resolved errors and warnings for each workflow #90

Merged
zach merged 12 commits from 89-lint-format-fixes into main 2026-05-20 07:33:57 +02:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 01b54ec5e1 - Show all commits
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs: jobs:
lint-format: lint-format:
runs-on: alpine runs-on: alpine
container: node:20-alpine container: node:26-alpine
steps: steps:
- name: Checkout - name: Checkout
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs: jobs:
lint-format: lint-format:
runs-on: alpine runs-on: alpine
container: node:20-alpine container: node:26-alpine
steps: steps:
- name: Checkout - name: Checkout
+2 -2
View File
@@ -6,7 +6,7 @@ on:
jobs: jobs:
lint-format: lint-format:
runs-on: alpine runs-on: alpine
container: node:20-alpine container: node:26-alpine
env: env:
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0
@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Cache cargo - name: Cache cargo
uses: https://code.forgejo.org/actions/cache@v4 uses: https://code.forgejo.org/actions/cache@v3
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry