Skip to content

Commit

Permalink
Rename src to lua.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Jul 15, 2023
1 parent c7de901 commit 3ad8b62
Show file tree
Hide file tree
Showing 30 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH_add .luarocks/bin
PATH_add bin
# This is not optimal, but assume 5.4 for now.
export LUA_PATH='src/?.lua;src/?/init.lua;.luarocks/share/lua/5.4/?.lua;.luarocks/share/lua/5.4/?/init.lua;;'
export LUA_PATH='lua/?.lua;lua/?/init.lua;.luarocks/share/lua/5.4/?.lua;.luarocks/share/lua/5.4/?/init.lua;;'
export LUA_CPATH='.luarocks/lib/lua/5.4/?.so;;'

dotenv
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: make build

- name: style
run: "find src tests -name '*.lua' -print0 | xargs -0 lua-format --check"
run: "find lua tests -name '*.lua' -print0 | xargs -0 lua-format --check"

- name: test
run: luatest
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3ad8b62

Please sign in to comment.