mirror of
https://git.phreedom.club/localhost_frssoft/fediauth.git
synced 2024-11-26 01:41:32 +00:00
12 lines
247 B
YAML
12 lines
247 B
YAML
|
|
||
|
on: [push, pull_request]
|
||
|
name: luacheck
|
||
|
jobs:
|
||
|
lint:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@master
|
||
|
- name: lint
|
||
|
uses: Roang-zero1/factorio-mod-luacheck@master
|
||
|
with:
|
||
|
luacheckrc_url: ""
|