Skip to content

ci: fix ginkgo test command #343

ci: fix ginkgo test command

ci: fix ginkgo test command #343

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lint
uses: golangci/golangci-lint-action@v2
with:
version: latest