Compare commits
2 commits
e916c47d3e
...
a39b81f4b9
Author | SHA1 | Date | |
---|---|---|---|
a39b81f4b9 | |||
634b1c2964 |
2 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@ name: Luacheck
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
Luacheck:
|
Luacheck:
|
||||||
runs-on: ubuntu-full-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Luacheck
|
- name: Setup Luacheck
|
||||||
run |
|
run: |
|
||||||
apt update && apt -y install lua-check
|
apt update && apt -y install lua-check
|
||||||
|
|
||||||
- name: Luacheck linter
|
- name: Luacheck linter
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: StyLua
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
StyLuacheck:
|
StyLuacheck:
|
||||||
runs-on: ubuntu-full-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue