spec-cleaner/.gitea/workflows/ci.yaml
Daniel Garcia Moreno 08c73a2436
Some checks failed
OBS build / build (pull_request) Has been cancelled
Add build ci
2024-11-13 11:22:27 +01:00

14 lines
273 B
YAML

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 }}