Skip to content

Commit

Permalink
merge main to develop (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuekun0707 authored Jan 24, 2025
1 parent 9cb4772 commit 53afb26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 295 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: Lint sources
on:
push:
pull_request:
branches: [main, develop]
branches: [main, develop, release_*]

jobs:
lint:
Expand Down
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ repos:
- id: check-yaml
- id: double-quote-string-fixer
- id: check-shebang-scripts-are-executable
exclude: tools/docker/docker.sh
- id: check-executables-have-shebangs
- id: detect-private-key
- repo: 'https://github.com/jumanjihouse/pre-commit-hooks'
rev: 3.0.0
hooks:
- id: shellcheck
exclude: tools/docker/docker.sh
- id: script-must-have-extension
- id: git-dirty
- id: git-check
- repo: 'https://github.com/koalaman/shellcheck-precommit'
rev: v0.7.2
hooks:
- id: shellcheck
- repo: local # check java files format use a customized script
hooks:
- id: checkstyle
Expand Down
291 changes: 0 additions & 291 deletions tools/docker/docker.sh

This file was deleted.

0 comments on commit 53afb26

Please sign in to comment.