mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-04-23 05:26:51 +08:00
Compare commits
11 Commits
1a684ccae8
...
35d4072c8c
Author | SHA1 | Date | |
---|---|---|---|
|
35d4072c8c | ||
|
3bcfb42f01 | ||
|
8a2412c247 | ||
|
cea25cd0a8 | ||
|
8d321e721d | ||
|
4cbaa6d36f | ||
|
9a5b078f08 | ||
|
a455bf090d | ||
|
c51e72f36d | ||
|
d56addf82a | ||
|
29bb0c2fbf |
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone the repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Setup PHP
|
||||
@ -22,6 +22,6 @@ jobs:
|
||||
run: php ./scripts/lint.php
|
||||
- name: Upload lint results
|
||||
|