mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Update ci.yml
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Check formatting
|
||||
run: bash -c "tools/check_format.sh 2>&1 | tee tools/check_format.txt"
|
||||
@@ -26,9 +26,6 @@ jobs:
|
||||
- name: Setup
|
||||
run: bash -c "make -j setup 2> >(tee tools/warnings_count/warnings_setup_new.txt)"
|
||||
|
||||
- name: Check setup warnings
|
||||
run: bash -c "./tools/warnings_count/compare_warnings.sh setup"
|
||||
|
||||
- name: Assets
|
||||
run: bash -c "make -j assets 2> >(tee tools/warnings_count/warnings_assets_new.txt)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user