mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2024-10-28 04:44:11 -07:00
Create luackeck.yml (#4)
This commit is contained in:
parent
af81562606
commit
a39a7c6a95
10
.github/workflows/luackeck.yml
vendored
Normal file
10
.github/workflows/luackeck.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 New Issue
Block a user