From b781923b7f436cd7858743ec3772d0688f147453 Mon Sep 17 00:00:00 2001 From: BioBootloader Date: Wed, 6 Mar 2024 12:19:31 -0800 Subject: [PATCH] setup --- .github/workflows/ruff.yml | 8 ++++++++ .gitignore | 0 2 files changed, 8 insertions(+) create mode 100644 .github/workflows/ruff.yml create mode 100644 .gitignore diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml new file mode 100644 index 0000000..ef06d34 --- /dev/null +++ b/.github/workflows/ruff.yml @@ -0,0 +1,8 @@ +name: Ruff +on: [ push, pull_request ] +jobs: + ruff: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: chartboost/ruff-action@v1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29