Skip to content

Revert "fix(ci): Use submodules for actions" #228

Revert "fix(ci): Use submodules for actions"

Revert "fix(ci): Use submodules for actions" #228

Workflow file for this run

name: Luacheck
on: [push, pull_request]
jobs:
Luacheck:
runs-on: ubuntu-latest
steps:
- name: Update repositories
run: sudo apt update
- name: Install Luacheck
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: lua-check
- name: Checkout
uses: actions/checkout@v4
- name: Luacheck linter
run: luacheck --config .luacheckrc .