mirror of
https://github.com/mgechev/revive.git
synced 2024-11-24 08:32:22 +02:00
dc30eb1182
* fix(receiver-naming): distinguish types with parameters * chore: run tests using supported Go versions matrix
15 lines
252 B
YAML
15 lines
252 B
YAML
name: Build
|
|
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
types: [opened, edited, synchronize, reopened]
|
|
|
|
jobs:
|
|
build:
|
|
name: Build
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: build
|
|
run: make build
|