1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-23 12:36:34 -05: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

@@ -29,7 +29,8 @@ jobs:
# TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
reuse:
runs-on: ubuntu-latest
name: Check REUSE Specification
runs-on: verify
if: ${{ github.repository == 'suyu/suyu' }}
steps:
- uses: https://code.forgejo.org/actions/checkout@v3

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: