From a4a698bc8a6781a399b17bd8aa05379ae5b3692c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Fr=C3=B8kj=C3=A6r=20Wortmann?= Date: Fri, 8 Dec 2023 13:42:49 +0100 Subject: [PATCH] remove stylelua from as a github workflow --- .github/workflows/stylua.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/stylua.yml diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml deleted file mode 100644 index e189fe01..00000000 --- a/.github/workflows/stylua.yml +++ /dev/null @@ -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 . -