Skip to content

Fix HashFD close

Fix HashFD close #453

Workflow file for this run

name: Linter
on:
push:
paths-ignore:
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
- "docs/**"
- "**.md"
- "**.txt"
- "LICENSE"
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
- "**.txt"
- "LICENSE"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Super-Linter
uses: github/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_GO: true
DEFAULT_BRANCH: master