Compare commits

..

1 commit

Author SHA1 Message Date
c402a75412 [#27] Add CODEOWNERS
All checks were successful
Tests and linters / Tests (pull_request) Successful in 40s
Tests and linters / Build lib (pull_request) Successful in 1m9s
Tests and linters / Lint (pull_request) Successful in 2m20s
Tests and linters / Staticcheck (pull_request) Successful in 2m26s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-12-10 18:54:24 +03:00
2 changed files with 5 additions and 2 deletions

View file

@ -29,7 +29,7 @@ jobs:
cache: true
- name: golangci-lint
uses: actions/golangci-lint@v3
uses: https://github.com/golangci/golangci-lint-action@v3
with:
version: latest

3
CODEOWNERS Normal file
View file

@ -0,0 +1,3 @@
.* @fyrchik
.forgejo/.* @potyarkin
Makefile @potyarkin