Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jun 3, 2024
1 parent 5b2a485 commit 49b51af
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
run: |
git fetch --recurse-submodules=no origin main ${{github.event.pull_request.base.sha}}
pip install regex
cd $GITHUB_WORKSPACE/.github/workflows/
./check.sh ${{github.event.pull_request.base.sha}}
cd $GITHUB_WORKSPACE/
./.github/workflows/util/check.sh ${{github.event.pull_request.base.sha}}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# limitations under the License.

export BASE_COMMIT=$1
./check.py header branch
./.github/workflows/util/check.py header branch
if [ $? -ne 0 ]; then
./check.py header branch --fix
./.github/workflows/util/check.py header branch --fix
echo -e "\n==== Apply using:"
echo "patch -p1 \<<EOF"
git --no-pager diff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*cpp-ch/local-engine/Storages/ch_parquet/arrow/*
*dev/*
*.github/workflows/util/*
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 49b51af

Please sign in to comment.