Skip to content

Merge pull request #3 from block/prudhvi.spirit-bump #7

Merge pull request #3 from block/prudhvi.spirit-bump

Merge pull request #3 from block/prudhvi.spirit-bump #7

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Init Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV
- name: golangci-lint
run: golangci-lint run --timeout 3m0s