diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9154f4a30e..472254d8ad 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -85,4 +85,4 @@ jobs: - name: install tools run: make install-tools - name: run checklicense - run: make checklicense \ No newline at end of file + run: make checklicense diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index a699b90287..f505520439 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -21,4 +21,4 @@ jobs: sudo sh get-docker.sh - name: run tracetesting run: | - make build && make run-tracetesting \ No newline at end of file + make build && make run-tracetesting