diff options
| author | HadetTheUndying <hadet@protonmail.com> | 2026-06-01 12:51:59 -0500 |
|---|---|---|
| committer | HadetTheUndying <hadet@protonmail.com> | 2026-06-07 19:44:55 -0500 |
| commit | 17e5df749474def423c95de1cbf67ca946b5b312 (patch) | |
| tree | b76cfae0b3d3820f349a08c0eea897e15e6d427b /.github/workflows/pre-commit.yaml | |
| parent | 4a48c18093f164ac741664554323dccccc213719 (diff) | |
Add Windows x64 & macOS actions
Diffstat (limited to '.github/workflows/pre-commit.yaml')
| -rw-r--r-- | .github/workflows/pre-commit.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
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 |
