Merge pull request 'Add Gitea Actions smoke test' (#8) from chore/gitea-actions-smoke into main
Actions Smoke Test / test (push) Successful in 1s
Actions Smoke Test / test (push) Successful in 1s
Reviewed-on: #8
This commit was merged in pull request #8.
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