Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Add issue template #126

Add issue template

Add issue template #126

Workflow file for this run

name: Linting
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Golang
uses: actions/setup-go@v4
with:
go-version: 1.18
check-latest: true
- name: Checkout
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
working-directory: faucet
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest