mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Fixed Code Factor Checks
This commit is contained in:
4
.github/workflows/dev-deploy.yml
vendored
4
.github/workflows/dev-deploy.yml
vendored
@@ -19,10 +19,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Lua
|
- name: Install Lua
|
||||||
uses: leafo/gh-actions-lua@v5
|
uses: leafo/gh-actions-lua@v5
|
||||||
|
|
||||||
- name: Install LuaRocks
|
- name: Install LuaRocks
|
||||||
uses: leafo/gh-actions-luarocks@v2
|
uses: leafo/gh-actions-luarocks@v2
|
||||||
|
|
||||||
- name: Install LDoc
|
- name: Install LDoc
|
||||||
run: luarocks install ldoc 1.4.4-1
|
run: luarocks install ldoc 1.4.4-1
|
||||||
|
|
||||||
|
|||||||
6
.github/workflows/pr-checker.yml
vendored
6
.github/workflows/pr-checker.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: Roang-zero1/factorio-mod-luacheck@master
|
uses: Roang-zero1/factorio-mod-luacheck@master
|
||||||
with:
|
with:
|
||||||
luacheckrc_url: https://raw.githubusercontent.com/explosivegaming/scenario/${{ steps.extract_branch.outputs.branch }}/.luacheckrc
|
luacheckrc_url: https://raw.githubusercontent.com/explosivegaming/scenario/${{ steps.extract_branch.outputs.branch }}/.luacheckrc
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -29,10 +29,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Lua
|
- name: Install Lua
|
||||||
uses: leafo/gh-actions-lua@v5
|
uses: leafo/gh-actions-lua@v5
|
||||||
|
|
||||||
- name: Install LuaRocks
|
- name: Install LuaRocks
|
||||||
uses: leafo/gh-actions-luarocks@v2
|
uses: leafo/gh-actions-luarocks@v2
|
||||||
|
|
||||||
- name: Install LDoc
|
- name: Install LDoc
|
||||||
run: luarocks install ldoc 1.4.4-1
|
run: luarocks install ldoc 1.4.4-1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user