Skip to content

Commit

Permalink
fix: multiple fixes around codebase (#102)
Browse files Browse the repository at this point in the history
## Description
<!--
What code changes are made?
What problem does this PR addresses, or what feature this PR adds?
-->
This pull request addresses multiple issues around codebase.

<!--
Usage: `Resolves #<issue number>`, or `Resolves <link to the issue>`.
If PR is about `failing-tests`, please post the related tests in a
comment and do not use `Resolves`
-->
N/A

Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur-akamai authored Oct 15, 2024
1 parent d65049f commit cec0962
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 37 deletions.
1 change: 1 addition & 0 deletions .commitlintrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export default {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [0],
'footer-max-line-length': [0],
},
}
2 changes: 1 addition & 1 deletion .github/workflows/00-release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Release Please
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.PAT }} # need to use separate PAT from GITHUB_TOKEN, so new actions can be triggered
config-file: .github/release-please-config.json
Expand Down
22 changes: 0 additions & 22 deletions .pre-commit-config.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions githooks/install-hooks.sh

This file was deleted.

Empty file removed test/e2e/.gitkeep
Empty file.
5 changes: 0 additions & 5 deletions test/go.mod

This file was deleted.

0 comments on commit cec0962

Please sign in to comment.