mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-12-28 11:02:34 +01:00
Add luacheck github workflow (#35)
This commit is contained in:
parent
bcd4b98de6
commit
e7aac8fb01
1 changed files with 14 additions and 0 deletions
14
.github/workflows/CI.yml
vendored
Normal file
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'
|
Loading…
Reference in a new issue