Skip to content

Merge pull request #16 from Cepat-Kilat-Teknologi/develop #21

Merge pull request #16 from Cepat-Kilat-Teknologi/develop

Merge pull request #16 from Cepat-Kilat-Teknologi/develop #21

Workflow file for this run

name: lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
golangci:
name: GolangCI Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24.2'
cache: true
- name: Download dependencies
run: go mod download
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.64.8
args: --timeout=5m --verbose