mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-06-13 10:07:14 +02:00
init project
This commit is contained in:
20
.gitea/workflows/lint.yml
Normal file
20
.gitea/workflows/lint.yml
Normal file
@ -0,0 +1,20 @@
|
||||
name: checks
|
||||
on: [push]
|
||||
|
||||
env:
|
||||
ACT_OWNER: ${{ github.repository_owner }}
|
||||
ACT_REPOSITORY: ${{ github.repository }}
|
||||
GO_VERSION: 1.18
|
||||
CGO_ENABLED: 0
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: golangci/golangci-lint-action@v3.1.0
|
||||
with:
|
||||
version: latest
|
Reference in New Issue
Block a user