Skip to content

Commit eee41e8

Browse files
dam9000angerborn
authored andcommitted
issue: nvim-lua#594 stylua workflow only on official kickstart repo (nvim-lua#609)
Only run the github stylua workflow check on the official kickstart repo (nvim-lua/kickstart.nvim) so that it's not enforced on any other forks. As suggested by: @zwergius
1 parent 90e0f97 commit eee41e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stylua.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: pull_request_target
44

55
jobs:
66
stylua-check:
7+
if: github.repository == 'nvim-lua/kickstart.nvim'
78
name: Stylua Check
89
runs-on: ubuntu-latest
910
steps:

0 commit comments

Comments
 (0)