Skip to content

fix(ci): Use full URLs for actions #209

fix(ci): Use full URLs for actions

fix(ci): Use full URLs for actions #209

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: ./actions/cache-apt-pkgs-action
with:
packages: lua-check
- name: Checkout
uses: ./actions/checkout
- name: Luacheck linter
run: luacheck --config .luacheckrc .