Skip to content

hasql version 2.0 (work in progress) #67

hasql version 2.0 (work in progress)

hasql version 2.0 (work in progress) #67

Workflow file for this run

name: lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
workflow_dispatch:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.0