summaryrefslogtreecommitdiffstats
path: root/nvim/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/.github/workflows')
-rw-r--r--nvim/.github/workflows/stylua.yml21
1 files changed, 0 insertions, 21 deletions
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 .
-