add luacheck actions

master
AFCMS 2021-05-19 19:11:45 +02:00 committed by GitHub
parent a516ca0b30
commit 08f25d6ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,19 @@
# This is a basic workflow to help you get started with Actions
name: luacheck
# Controls when the action will run.
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: luacheck
uses: nebularg/actions-luacheck@v1.1.0