diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml new file mode 100644 index 0000000..2bec080 --- /dev/null +++ b/.github/workflows/CI.yml @@ -0,0 +1,14 @@ +name: CI + +on: + push: + pull_request: + +jobs: + check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: nebularg/actions-luacheck@v1 + with: + files: 'lua'