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