Compare commits

..

3 Commits

Author SHA1 Message Date
shuvashish76
d8394339d6
Merge 94a3f968fcaf98a0b87be9ebaf726c7449b60e2e into d56addf82a46c78e04cb80bbb51d3f50c7261825 2025-02-10 10:14:57 -08:00
Muntashir Al-Islam
d56addf82a Update GitHub workflow
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-10 09:36:31 -08:00
Muntashir Al-Islam
29bb0c2fbf Remove Libre Camera from suggestions
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-10 09:30:22 -08:00
2 changed files with 3 additions and 8 deletions

View File

@ -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

View File

@ -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/"
} }
] ]