Merge branch 'asuna' of github.com:asuna-mt/asuna into asuna
This commit is contained in:
commit
a51c210f9d
1
.github/workflows/luacheck-pr.yml
vendored
1
.github/workflows/luacheck-pr.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
submodules: recursive
|
||||
- name: Changes
|
||||
id: changes
|
||||
run: echo "changes=$(git diff --name-only HEAD^ | grep '.lua$' | ( mapfile -t; echo "${MAPFILE[@]}" ))" >> "$GITHUB_OUTPUT"
|
||||
|
2
.github/workflows/luacheck.yml
vendored
2
.github/workflows/luacheck.yml
vendored
@ -6,5 +6,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Luacheck linter
|
||||
uses: lunarmodules/luacheck@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user