mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-04-23 05:26:51 +08:00
Compare commits
1 Commits
d8394339d6
...
28c5166221
Author | SHA1 | Date | |
---|---|---|---|
|
28c5166221 |
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@v4
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Setup PHP
|
||||
@ -22,6 +22,6 @@ jobs:
|
||||
run: php ./scripts/lint.php
|
||||
- name: Upload lint results
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: ./build/lint-results.txt
|
||||
|
@ -4,11 +4,16 @@
|
||||
"label": "Camera",
|
||||
"repo": "https://github.com/GrapheneOS/Camera"
|
||||
},
|
||||
{
|
||||
"id": "com.iakmds.librecamera",
|
||||
"label": "Libre Camera",
|
||||
"source": "f",
|
||||
"repo": "https://github.com/iakmds/librecamera"
|
||||
},
|
||||
{
|
||||
"id": "net.sourceforge.opencamera",
|
||||
"label": "Open Camera",
|
||||
"source": "fg",
|
||||
"reason": "A more advanced camera app",
|
||||
"repo": "https://sourceforge.net/projects/opencamera/"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user