Add Gitea Actions smoke test
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: Actions Smoke Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo "Gitea Actions is working"
|
||||
node --version
|
||||
Reference in New Issue
Block a user