Compare commits
2 commits
security/v
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
912927fdd0 | ||
| 63abc5f99a |
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/ci.yml
Normal file
13
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
uses: core/php/.forgejo/workflows/php-test.yml@main
|
||||
with:
|
||||
coverage: true
|
||||
Loading…
Add table
Reference in a new issue