From 2474f80f6dc498225525b2692d4aed451929dc39 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 13 Jun 2025 15:36:04 +0200 Subject: Remove github stuff from template repo --- nvim/.github/workflows/stylua.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 nvim/.github/workflows/stylua.yml (limited to 'nvim/.github/workflows/stylua.yml') diff --git a/nvim/.github/workflows/stylua.yml b/nvim/.github/workflows/stylua.yml deleted file mode 100644 index 75db6c3..0000000 --- a/nvim/.github/workflows/stylua.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Check Lua Formatting -name: Check Lua Formatting -on: pull_request_target - -jobs: - stylua-check: - if: github.repository == 'nvim-lua/kickstart.nvim' - name: Stylua Check - runs-on: ubuntu-latest - steps: - - name: Checkout Code - uses: actions/checkout@v2 - with: - ref: ${{ github.event.pull_request.head.sha }} - - name: Stylua Check - uses: JohnnyMorganz/stylua-action@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - version: latest - args: --check . - -- cgit v1.2.3