@@ -0,0 +1,14 @@
|
|||||||
|
name: CI
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: |
|
||||||
|
echo "Hello from Gitea Actions"
|
||||||
|
echo "REPO = $GITHUB_REPOSITORY"
|
||||||
|
- run: date
|
||||||
Reference in New Issue
Block a user