This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
||||
|
||||
on:
|
||||
- push
|
||||
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
lint:
|
||||
name: check and test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
|
||||
Reference in New Issue
Block a user