ci: update uses
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- /var/data/zApps/bin/docker/docker:/usr/bin/docker
|
- /var/data/zApps/bin/docker/docker:/usr/bin/docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo "GOPATH=/var/data/zUser/apps/go" >> $GITHUB_ENV
|
- run: echo "GOPATH=/var/data/zUser/apps/go" >> $GITHUB_ENV
|
||||||
- run: echo "PATH=/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
|
- run: echo "PATH=/var/data/zApps/bin:/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- 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 }}."
|
||||||
@@ -30,9 +30,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
go version
|
go version
|
||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
uses: http://10.42.0.203:3000/golangci/golangci-lint-action@v9.2.0
|
run: |
|
||||||
with:
|
cd ${{ gitea.workspace }}
|
||||||
fetch-depth: 1
|
golangci-lint run ./...
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
|
|||||||
Reference in New Issue
Block a user