Compare commits
No commits in common. "a39b81f4b9fd3b718204a4d35d82df96c02e2067" and "e916c47d3e5a179e64e3fd248a7f5b053f5a5ade" have entirely different histories.
a39b81f4b9
...
e916c47d3e
2 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@ name: Luacheck
|
|||
on: [push, pull_request]
|
||||
jobs:
|
||||
Luacheck:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-full-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-latest
|
||||
runs-on: ubuntu-full-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue