Skip to content

Commit

Permalink
Shorten title in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vasayxtx committed Oct 8, 2024
1 parent f9da6f6 commit a953d47
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
contents: read
jobs:
lint:
name: Lint
strategy:
matrix:
go: [ '1.20' ]
Expand All @@ -29,4 +30,4 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.56.1
args: --timeout=5m
args: --timeout=5m
3 changes: 2 additions & 1 deletion .github/workflows/sec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ permissions:
pull-requests: write

jobs:
TruffleHog:
truffle_hog:
name: TruffleHog
runs-on: ubuntu-latest
defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ permissions:
contents: read

jobs:
test_and_lint:
name: Test, Lint, and Coverage
test:
name: Test
strategy:
matrix:
go: [ '1.20' ]
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @vasayxtx @MikeYast
* @vasayxtx @MikeYast
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Toolkit for simplifying authentication and authorization in Go services
# Toolkit for authentication and authorization in Go services

## Features

Expand Down

0 comments on commit a953d47

Please sign in to comment.