From 49029c0af7ad0c04dbff019721317fac456dc295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E7=8C=AB?= Date: Thu, 13 Mar 2025 02:14:44 +0900 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..4adeffd74 --- /dev/null +++ b/.github/workflows/main.yml @@ -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