Skip to content

fix: add golangci-lint setup action and fix lint issue (#592) #765

fix: add golangci-lint setup action and fix lint issue (#592)

fix: add golangci-lint setup action and fix lint issue (#592) #765

Workflow file for this run

name: Smoke test
on:
push:
pull_request:
jobs:
smoke_test_ubuntu:
uses: cosmtrek/air/.github/workflows/smoke_test_reuse_job.yml@master
with:
run_on: ubuntu-latest
smoke_test_macos:
uses: cosmtrek/air/.github/workflows/smoke_test_reuse_job.yml@master
with:
run_on: macos-latest
smoke_test_windows:
uses: cosmtrek/air/.github/workflows/smoke_test_reuse_job_windows.yml@master
with:
run_on: windows-latest