Compare commits

..

No commits in common. "a39b81f4b9fd3b718204a4d35d82df96c02e2067" and "e916c47d3e5a179e64e3fd248a7f5b053f5a5ade" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -2,13 +2,13 @@ name: Luacheck
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
Luacheck: Luacheck:
runs-on: ubuntu-latest runs-on: ubuntu-full-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

View file

@ -2,7 +2,7 @@ name: StyLua
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
StyLuacheck: StyLuacheck:
runs-on: ubuntu-latest runs-on: ubuntu-full-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3