Add build ci
This commit is contained in:
parent
ac57fb95df
commit
08c73a2436
13
.gitea/workflows/ci.yaml
Normal file
13
.gitea/workflows/ci.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: OBS build
|
||||||
|
run-name: build
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: List files in the repository
|
||||||
|
run: |
|
||||||
|
ls ${{ gitea.workspace }}
|
Loading…
Reference in New Issue
Block a user