Skip to content

Commit

Permalink
pre-commit hook fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Weinfurtner Jared (BD/SIX-EU) <[email protected]>
  • Loading branch information
jaredweinfurtner committed Jul 26, 2023
1 parent b5e8772 commit b65484d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- opened

jobs:

# re-usable workflow @see https://docs.github.com/en/actions/using-workflows/reusing-workflows
auto-labeling:
uses: carbynestack/.github/.github/workflows/auto-labeler.yml@master
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
command: manifest
signoff: "cs-minion <[email protected]>"
token: ${{ secrets.CS_MINION_PAT }}
token: ${{ secrets.CS_MINION_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/stale-issue-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- cron: '0 1 * * *'

jobs:

# re-usable workflow @see https://docs.github.com/en/actions/using-workflows/reusing-workflows
stale-issue-cleanup:
uses: carbynestack/.github/.github/workflows/stale-actions.yml@master
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
# SPDX-License-Identifier: Apache-2.0
#
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-byte-order-marker
- id: check-yaml
- id: end-of-file-fixer
exclude: ^3RD-PARTY-LICENSES/.*$
- id: trailing-whitespace
exclude: ^3RD-PARTY-LICENSES/.*$
- id: mixed-line-ending
exclude: ^3RD-PARTY-LICENSES/.*$
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.0.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ module.exports = {
"scope-empty": [0, "never"],
"scope-enum": [2, "always", ["java-http-client"]],
},
};
};
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"skip-snapshot": true
}
}
}
}

0 comments on commit b65484d

Please sign in to comment.