Skip to content

Bump the ci group across 1 directory with 2 updates #377

Bump the ci group across 1 directory with 2 updates

Bump the ci group across 1 directory with 2 updates #377

Workflow file for this run

name: lint
on:
workflow_dispatch:
pull_request:
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run Revive Action
uses: docker://morphy/revive-action:v2
with:
# Path to your Revive config within the repo (optional)
config: revive/config.toml