Skip to content

Commit

Permalink
Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Nov 21, 2024
1 parent d0fe14f commit 574a33e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Fetch branches and tags
run: git fetch --all

- name: Run checkstyle
run: mvn checkstyle:check
3 changes: 2 additions & 1 deletion .github/workflows/license-header-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
*.txt,
*.xml,
*.fbs,
build/*
build/*,
dev/*
2 changes: 0 additions & 2 deletions dev/checkstyle.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
#
# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -15,7 +14,6 @@
# limitations under the License.
#

#!/bin/bash

set -ex

Expand Down

0 comments on commit 574a33e

Please sign in to comment.