1
0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-11-23 12:27:50 +01:00

Add luacheck github workflow (#35)

This commit is contained in:
Tobias Schmitz 2021-08-15 17:37:23 +02:00 committed by GitHub
parent bcd4b98de6
commit e7aac8fb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/CI.yml vendored Normal file

@ -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'