mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-12 07:03:01 +02:00
fix(Luacheck)
This commit is contained in:
parent
0601dd513e
commit
098de1e630
2 changed files with 10 additions and 14 deletions
14
.github/workflows/CI.yml
vendored
14
.github/workflows/CI.yml
vendored
|
@ -1,14 +0,0 @@
|
||||||
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'
|
|
10
.github/workflows/luacheck.yml
vendored
Normal file
10
.github/workflows/luacheck.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
name: Luacheck
|
||||||
|
on: [push, pull_request]
|
||||||
|
jobs:
|
||||||
|
sile:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Luacheck linter
|
||||||
|
uses: lunarmodules/luacheck@v1
|
Loading…
Reference in a new issue