Skip to content

feat: update the package path to the new location #116

feat: update the package path to the new location

feat: update the package path to the new location #116

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.18.x]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
stable: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true