fix: Try using a new container
Some checks failed
Check Code Quality / RuffCheck (push) Failing after 31s
Build Docker / BuildImage (push) Successful in 58s

This commit is contained in:
2025-10-30 20:33:02 +11:00
parent bfc6652f29
commit 67e8b4cf7e

View File

@@ -6,13 +6,11 @@ on:
jobs:
RuffCheck:
runs-on: [ubuntu-latest, amd]
container:
image: python:3.13-slim-bookworm
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install Ruff
run: pip install ruff
- name: Run Ruff