mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
123
This commit is contained in:
parent
f42c6e777c
commit
c585a71271
1 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue