Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Withdrawal Enforcement Invariant Implementation #310

Withdrawal Enforcement Invariant Implementation

Withdrawal Enforcement Invariant Implementation #310

Workflow file for this run

# Linting with golangci-lint
name: golangci-lint
on:
push:
branches: [ "master", "development" ]
pull_request:
branches: [ "master", "development" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.52.1