remove stylelua from as a github workflow

This commit is contained in:
Jacob Frøkjær Wortmann 2023-12-08 13:42:49 +01:00
parent db2a7bcaaa
commit a4a698bc8a
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
# Check Lua Formatting
name: Check Lua Formatting
on: pull_request
jobs:
stylua-check:
name: Stylua Check
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Stylua Check
uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .