Skip to content

Fastest and reliable HTTP implementation - EpicChain Lab's #1

Fastest and reliable HTTP implementation - EpicChain Lab's

Fastest and reliable HTTP implementation - EpicChain Lab's #1

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: GolangCI-Lint Action
uses: actions-contrib/golangci-lint@v1
with:
golangci_lint_version: v1.28.3