ci: edit uses
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 12s

This commit is contained in:
2026-01-24 20:06:31 +08:00
parent dfb786c0a7
commit 68a8f4e71b

View File

@@ -18,7 +18,7 @@ jobs:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v6 uses: https://git.0orz.top/actions/checkout@v6
with: with:
fetch-depth: 1 fetch-depth: 1
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
@@ -30,7 +30,7 @@ jobs:
run: | run: |
go version go version
- name: Run golangci-lint - name: Run golangci-lint
uses: golangci/golangci-lint-action@v9 uses: https://git.0orz.top/golangci/golangci-lint-action@v9
- name: Tests - name: Tests
run: | run: |
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}