Skip to content

Allow to interact with a NextCloud via WebDAV #1201

Allow to interact with a NextCloud via WebDAV

Allow to interact with a NextCloud via WebDAV #1201

Workflow file for this run

name: Lint go
on:
push:
branches:
- master
paths:
- '.golangci.yaml'
- 'Makefile'
- '**.go'
pull_request:
paths:
- '.golangci.yaml'
- 'Makefile'
- '**.go'
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22.x"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest