From a953d473d82138959268398909289642a9553bed Mon Sep 17 00:00:00 2001 From: Vasily Tsybenko Date: Tue, 8 Oct 2024 14:07:43 +0300 Subject: [PATCH] Shorten title in the README.md --- .github/workflows/lint.yml | 3 ++- .github/workflows/sec.yml | 3 ++- .github/workflows/test.yml | 4 ++-- CODEOWNERS | 2 +- README.md | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a1d71bb..30a1848 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,6 +10,7 @@ permissions: contents: read jobs: lint: + name: Lint strategy: matrix: go: [ '1.20' ] @@ -29,4 +30,4 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.56.1 - args: --timeout=5m \ No newline at end of file + args: --timeout=5m diff --git a/.github/workflows/sec.yml b/.github/workflows/sec.yml index e0ceeaf..b9aef5c 100644 --- a/.github/workflows/sec.yml +++ b/.github/workflows/sec.yml @@ -15,7 +15,8 @@ permissions: pull-requests: write jobs: - TruffleHog: + truffle_hog: + name: TruffleHog runs-on: ubuntu-latest defaults: run: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4e6868..7d7f09c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,8 +12,8 @@ permissions: contents: read jobs: - test_and_lint: - name: Test, Lint, and Coverage + test: + name: Test strategy: matrix: go: [ '1.20' ] diff --git a/CODEOWNERS b/CODEOWNERS index 027c494..6e1f364 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @vasayxtx @MikeYast \ No newline at end of file +* @vasayxtx @MikeYast diff --git a/README.md b/README.md index de948ee..31bccbb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Toolkit for simplifying authentication and authorization in Go services +# Toolkit for authentication and authorization in Go services ## Features