Skip to content

Commit

Permalink
Merge pull request #60 from RyanLua/rename-luau
Browse files Browse the repository at this point in the history
Rename .lua file to .luau
  • Loading branch information
RyanLua committed Jun 10, 2024
2 parents e7a43bb + 946a9d3 commit e8d46a9
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[*.lua]
[*.luau]
indent_style = tab
indent_size = 4
charset = utf-8
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
paths-ignore:
- "**"
- "!.github/workflows/ci.ya?ml"
- "!**.lua"
- "!**.luau"

push:
paths-ignore:
- "**"
- "!.github/workflows/ci.ya?ml"
- "!**.lua"
- "!**.luau"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion default.project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Satchel",
"globIgnorePaths": ["**/*.spec.lua"],
"globIgnorePaths": ["**/*.spec.luau"],
"tree": {
"$path": "src"
}
Expand Down
4 changes: 2 additions & 2 deletions develop.project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Satchel",
"globIgnorePaths": ["**/*.spec.lua"],
"globIgnorePaths": ["**/*.spec.luau"],
"tree": {
"$className": "DataModel",
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"Develop": {
"$path": "tests/Develop.client.lua",
"$path": "tests/Develop.client.luau",
"Satchel": {
"$path": "src"
}
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"Test": {
"$path": "tests/Test.client.lua",
"$path": "tests/Test.client.luau",
"Satchel": {
"$path": "src"
}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e8d46a9

Please sign in to comment.