Remove renovate workflow and integrate docker build #10

Merged
official-Cromatin merged 7 commits from feat-vscode-tasks into main 2025-12-08 14:44:05 +01:00
Showing only changes of commit 0db5d4d31c - Show all commits
+9
View File
@@ -0,0 +1,9 @@
name: Linting (Ruff)
on: [push, pull_request]
jobs:
ruff:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3