1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-18 07:40:12 -07:00
pingme/.github/workflows/pull_request.yml
2021-05-10 15:45:32 +08:00

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