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

fix(deps): update all non-major dependencies #291

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #291

Workflow file for this run

name: Validate Lint
on: pull_request
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Run Revive Action by pulling pre-built image
uses: docker://morphy/revive-action:v2
with:
config: revive.toml
# Exclude patterns, separated by semicolons (optional)
exclude: "src/cmd/viper.go"
# Path pattern (default: ./...)
path: "./src/..."