Skip to content

chore(deps): bump code.gitea.io/sdk/gitea from 0.23.2 to 0.24.1 (#49) #280

chore(deps): bump code.gitea.io/sdk/gitea from 0.23.2 to 0.24.1 (#49)

chore(deps): bump code.gitea.io/sdk/gitea from 0.23.2 to 0.24.1 (#49) #280

Workflow file for this run

name: Lint
on:
push:
pull_request:
merge_group:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v9