chore: add Gitea Actions CI workflow
This commit is contained in:
parent
ce360880f7
commit
2f53b49a88
9
.gitea/workflows/check.yml
Normal file
9
.gitea/workflows/check.yml
Normal file
@ -0,0 +1,9 @@
|
||||
name: check
|
||||
on: [push]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# actions/checkout v4.2.2, 2026-02-22
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- run: docker build .
|
||||
Loading…
Reference in New Issue
Block a user