Skip to content

Do not return an error when trying to list a non-existent trashbin #794

Do not return an error when trying to list a non-existent trashbin

Do not return an error when trying to list a non-existent trashbin #794

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- "go.mod"
- "go.sum"
push:
workflow_dispatch:
jobs:
lint:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go environment
uses: actions/setup-go@v4
with:
go-version-file: go.mod
check-latest: true
- name: Run linters
run: make lint