parent
4d1e0a9d3c
commit
8d6d419825
11
.gitea/workflows/build.yml
Normal file
11
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,11 @@
|
||||
name: Build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
echo:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: get git version
|
||||
run: git --version
|
Loading…
Reference in New Issue
Block a user