Skip to content

Commit

Permalink
build: add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FlayaN committed Dec 18, 2024
1 parent cba3e76 commit 7409e9f
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Scripted maintenance

on:
push:

jobs:
maintenance:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- run: ls

- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
working_directory: package
commit_message: "style: 🎨 apply clang-format changes"
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"json.schemas": [
{
"fileMatch": ["package/LightPlacer/**/*.json"],
"url": "/schemas/LightPlacer.schema.json"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"light": "LightCampFire01",
"radius": 300.0,
"fade": 1.0,
"flags": "ignorescale"
"flags": "IgnoreScale"
}
}
]
Expand All @@ -40,7 +40,7 @@
"light": "LightCampFire01",
"radius": 300.0,
"fade": 1.0,
"flags": "ignorescale"
"flags": "IgnoreScale"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions package/LightPlacer/Placed Light/Placed Light.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"light": "LightCampFire01",
"radius": 300.0,
"fade": 1.0,
"flags": "ignorescale"
"flags": "IgnoreScale"
}
}
]
Expand All @@ -42,7 +42,7 @@
"light": "LightCampFire01",
"radius": 300.0,
"fade": 1.0,
"flags": "ignorescale"
"flags": "IgnoreScale"
}
}
]
Expand Down
Loading

0 comments on commit 7409e9f

Please sign in to comment.