mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-18 07:40:12 -07:00
14 lines
271 B
YAML
14 lines
271 B
YAML
on: pull_request
|
|
|
|
jobs:
|
|
lint-code:
|
|
runs-on: ubuntu-latest
|
|
name: Perform Checks
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
|
|
- name: golangci-lint
|
|
uses: golangci/golangci-lint-action@v2
|
|
with:
|
|
version: v1.29 |