Skip to content

FIX(#1410): fallback check if frizzbee shared library exists, if all else fails #259

FIX(#1410): fallback check if frizzbee shared library exists, if all else fails

FIX(#1410): fallback check if frizzbee shared library exists, if all else fails #259

Workflow file for this run

name: Stylua
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
env:
CLICOLOR: 1
jobs:
stylua:
name: Check lua files using Stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Stylua Check Repo
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --color=always --check lua