diff --git a/.gitea/workflows/test copy.yml b/.gitea/workflows/test copy.yml deleted file mode 100644 index 545fb33..0000000 --- a/.gitea/workflows/test copy.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: checks -on: - - push - - pull_request - -jobs: - lint: - name: check and test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - - uses: actions/setup-go@v6 - with: - go-version-file: 'go.mod' - - name: lint - run: make lint - - name: build - run: make build - - name: test - run: make test diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 90b2fec..85f9dd4 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,6 +1,9 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] + +on: + - push + jobs: Explore-Gitea-Actions: