mirror of
https://github.com/mgechev/revive.git
synced 2024-11-28 08:49:11 +02:00
18 lines
309 B
YAML
18 lines
309 B
YAML
name: Lint
|
|
on:
|
|
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
|