Compare commits
2 Commits
e916c47d3e
...
a39b81f4b9
Author | SHA1 | Date | |
---|---|---|---|
a39b81f4b9 | |||
634b1c2964 |
@ -2,13 +2,13 @@ name: Luacheck
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
Luacheck:
|
||||
runs-on: ubuntu-full-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Luacheck
|
||||
run |
|
||||
run: |
|
||||
apt update && apt -y install lua-check
|
||||
|
||||
- name: Luacheck linter
|
||||
|
@ -2,7 +2,7 @@ name: StyLua
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
StyLuacheck:
|
||||
runs-on: ubuntu-full-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user