We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3338d39 commit 738b903Copy full SHA for 738b903
.github/workflows/stylua.yml
@@ -1,21 +1 @@
1
-# Check Lua Formatting
2
-name: Check Lua Formatting
3
-on: pull_request_target
4
-
5
-jobs:
6
- stylua-check:
7
- if: github.repository == 'nvim-lua/kickstart.nvim'
8
- name: Stylua Check
9
- runs-on: ubuntu-latest
10
- steps:
11
- - name: Checkout Code
12
- uses: actions/checkout@v2
13
- with:
14
- ref: ${{ github.event.pull_request.head.sha }}
15
- - name: Stylua Check
16
- uses: JohnnyMorganz/stylua-action@v3
17
18
- token: ${{ secrets.GITHUB_TOKEN }}
19
- version: latest
20
- args: --check .
21
0 commit comments