1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-23 14:32:07 -05:00

ci: Linux builds ready to use.

This commit is contained in:
Fijxu
2024-03-22 22:41:59 -03:00
parent 16841915fd
commit e509698a9a
5 changed files with 25 additions and 15 deletions

View File

@@ -9,7 +9,13 @@
# Actions Documentation: https://forgejo.org/docs/next/user/actions/#list-of-tasks-in-a-repository
name: codespell
on: pull_request
on:
push:
branches: [ "*" ]
tags: [ "*" ]
pull_request:
branches: [ "*" ]
permissions: {}
jobs:
codespell:
@@ -20,3 +26,4 @@ jobs:
with:
persist-credentials: false
- uses: https://github.com/codespell-project/actions-codespell@master