Create main.yml

This commit is contained in:
晴猫
2025-03-13 02:14:44 +09:00
committed by GitHub
parent c27447b6ca
commit 49029c0af7

8
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3