Merge pull request #16 from Doble-Technologies/Initial-Integration
Initial integration
This commit is contained in:
commit
6c70631795
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr-validation.yml
vendored
2
.github/workflows/pr-validation.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
runs-on: ['self-hosted', 'homelab']
|
runs-on: ['self-hosted', 'pi']
|
||||||
steps:
|
steps:
|
||||||
- uses: TimonVS/pr-labeler-action@v5
|
- uses: TimonVS/pr-labeler-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2
app.json
2
app.json
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"expo": {
|
"expo": {
|
||||||
"name": "Tones",
|
"name": "Tones",
|
||||||
"slug": "Tones",
|
"slug": "Tones",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue