diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 85f9dd4..f0a8bb8 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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."