mirror of
https://github.com/xperimental/nextcloud-exporter
synced 2025-06-04 03:05:51 +02:00
17 lines
334 B
YAML
17 lines
334 B
YAML
name: Pull-request
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/setup-go@v5
|
|
with:
|
|
go-version-file: go.mod
|
|
- name: golangci-lint
|
|
uses: golangci/golangci-lint-action@v4
|
|
with:
|
|
version: v1.62.2
|