mirror of
https://github.com/mgechev/revive.git
synced 2025-01-08 03:13:27 +02:00
dc30eb1182
* fix(receiver-naming): distinguish types with parameters * chore: run tests using supported Go versions matrix
19 lines
330 B
YAML
19 lines
330 B
YAML
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@v2
|
|
|
|
- name: Run Revive Action
|
|
uses: morphy2k/revive-action@v2
|