Merge pull request #11 from 'feat-vscode-tasks' into 'main'

Change runner type from self-hosted to ubuntu-latest for overlooked file
This commit was merged in pull request #11.
This commit is contained in:
Cromatin
2025-12-08 14:48:28 +01:00
committed by GitHub
+1 -1
View File
@@ -3,7 +3,7 @@ name: Linting (Ruff)
on: [push, pull_request]
jobs:
ruff:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3