1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-11-23 06:22:08 -06:00

ci: Use different runner label for Codespell and Format Verification

This commit is contained in:
Fijxu
2024-03-23 16:13:40 -03:00
parent c6d34f6d77
commit 649a90ff40
7 changed files with 113 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ permissions: {}
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
runs-on: verify
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
with: