From 17e5df749474def423c95de1cbf67ca946b5b312 Mon Sep 17 00:00:00 2001 From: HadetTheUndying Date: Mon, 1 Jun 2026 12:51:59 -0500 Subject: Add Windows x64 & macOS actions --- .github/workflows/pre-commit.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/pre-commit.yaml (limited to '.github/workflows/pre-commit.yaml') diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml deleted file mode 100644 index 93bcafdea8..0000000000 --- a/.github/workflows/pre-commit.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: pre-commit - -on: - pull_request: - push: - branches: [main, contribute] - tags: [v*] - - -jobs: - pre-commit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - - uses: actions/setup-python@v6 - with: - python-version: 3.x - - uses: pre-commit/action@v3.0.1 -- cgit v1.3