Configure ruff

This commit is contained in:
Pieter Noordhuis 2025-01-15 13:20:36 +01:00
parent f306f9c987
commit 885e73a880
No known key found for this signature in database
GPG Key ID: 12ACCCC104CF2930
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ jobs:
- name: Install ruff
uses: astral-sh/ruff-action@31a518504640beb4897d0b9f9e50a2a9196e75ba # v3.0.1
with:
version: "0.9.1"
# Run it against an ~empty directory. We need ruff in $PATH, not run it.
src: ".github"
- name: Set go env
run: |