1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-10-18 09:55:28 +02:00

Fix screenshot on CDB (#7)

This commit is contained in:
Niklp
2023-10-24 20:36:09 +02:00
committed by GitHub
parent 2c1efede4d
commit 2c00acf230
3 changed files with 12 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
name: luacheck
on: [push, pull_request]
jobs:
lint:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: ""
- name: Checkout
uses: actions/checkout@master
- name: Luacheck
uses: lunarmodules/luacheck@master