Skip to content

Commit

Permalink
fixed ci bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsikalagaturu committed Oct 25, 2024
1 parent d047083 commit f8a2ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/format_and_lint_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Install dependencies
run: |
# sudo apt update
sudo apt update
sudo apt-get install -y check clang-format clang-tidy cmake
- name: Set up workspace
Expand Down Expand Up @@ -88,6 +88,8 @@ jobs:
# cd to the package-specific directory
cd src/$PACKAGE_NAME
pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks
# Run pre-commit checks
pre-commit run --show-diff-on-failure --color=always --all-files
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v5.0.0
hooks:
- id: trailing-whitespace

Expand Down

0 comments on commit f8a2ca5

Please sign in to comment.