Skip to content

fix: added ci for test and linting #1

fix: added ci for test and linting

fix: added ci for test and linting #1

Workflow file for this run

name: golangci-lint
on:
pull_request:

Check failure on line 4 in .github/workflows/linter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linter.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
only-new-issues: true
args: --timeout 3m --verbose