1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-12-29 19:32:05 +01:00
presence.nvim/.github/workflows/luacheck.yml
2024-12-12 17:04:54 +01:00

19 lines
472 B
YAML

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