Skip to content

Commit

Permalink
Add golang-lint-ci action
Browse files Browse the repository at this point in the history
Start moving from Jobserv testing

Signed-off-by: Andy Doan <[email protected]>
  • Loading branch information
doanac committed Jan 6, 2025
1 parent c3591cc commit 7c78cd1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Lint
on:
pull_request:

jobs:
format:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: setup-go
uses: actions/setup-go@v5
with:
go-version: '~1.22'
- name: clone-code
uses: actions/checkout@v4
- name: golang-lint-ci
uses: golangci/golangci-lint-action@v6
with:
args: "--build-tags vpn"
version: v1.57

0 comments on commit 7c78cd1

Please sign in to comment.