Skip to content

feature: add dinamicaly the sail and docker compose commands to larav… #189

feature: add dinamicaly the sail and docker compose commands to larav…

feature: add dinamicaly the sail and docker compose commands to larav… #189

Workflow file for this run

name: Linting and style checking
on: [push, pull_request]
jobs:
luacheck:
name: Luacheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Luacheck linkter
uses: lunarmodules/luacheck@v0
stylua:
name: stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --color always --check lua/