mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
Add luacheck github workflow (#35)
This commit is contained in:
parent
bcd4b98de6
commit
e7aac8fb01
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…
x
Reference in New Issue
Block a user