This commit is contained in:
14
.gitea/workflows/ci.yml
Normal file
14
.gitea/workflows/ci.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: CI Pipeline
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Run tests
|
||||||
|
run: echo "Running tests..."
|
||||||
Reference in New Issue
Block a user