Skip to content

build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0 #257

build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0

build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0 #257

Workflow file for this run

name: lint
on:
workflow_dispatch:
push:
branches-ignore:
# Do not push events to branches matching refs/heads/main
- 'main'
tags-ignore: [ '*' ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Run Revive Action
uses: docker://morphy/revive-action:v2
with:
# Path to your Revive config within the repo (optional)
config: revive/config.toml