Skip to content

Modify Luacheck workflow triggers #25

Modify Luacheck workflow triggers

Modify Luacheck workflow triggers #25

Workflow file for this run

name: Luacheck
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4