Skip to content

Commit 20f5afe

Browse files
committed
refactor: moved files add modifed gitaction
1 parent 6b0a027 commit 20f5afe

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
luarocks install luasec
2828
2929
- name: fetch dependencies
30-
run: .fetch-deps.sh
30+
run: ./fetch-deps.sh
3131

3232
- name: test
3333
run: |

files.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
libs/vector.lua
2-
libs/http.lua
3-
libs/fs.lua
4-
libs/json.lua
5-
libs/scm.lua
1+
vector.lua
2+
http.lua
3+
fs.lua
4+
json.lua
5+
scm.lua
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)