Skip to content

Commit

Permalink
Use CDT's container to run all code cleanliness checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jun 23, 2024
1 parent 94eead2 commit e023527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-cleanliness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ls -la /work
whoami
cd /work
./releng/scripts/check_code_cleanliness_only.sh
xvfb-run -a ./releng/scripts/check_code_cleanliness_only.sh
./releng/scripts/check_bundle_versions.sh
./releng/scripts/check_bundle_versions_report.sh
- name: Upload Logs
Expand Down

0 comments on commit e023527

Please sign in to comment.