Skip to content

modify-by-receiver: PoC of what is not detected yet #2154

modify-by-receiver: PoC of what is not detected yet

modify-by-receiver: PoC of what is not detected yet #2154

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Run Revive Action
uses: morphy2k/revive-action@v2
with:
config: revive.toml