mirror of
https://gitea.com/gitea/act
synced 2026-05-06 01:37:48 +02:00
11 lines
186 B
YAML
11 lines
186 B
YAML
name: push
|
|
on: push
|
|
|
|
jobs:
|
|
ci:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: ./.github/workflows/check
|
|
#- uses: ./.github/workflows/integration
|