issue: #594 stylua workflow only on official kickstart repo

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
This commit is contained in:
Damjan 9000 2024-02-01 16:42:14 +01:00
parent b115814916
commit 8b2100dbf0
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on: pull_request_target
jobs:
stylua-check:
if: github.repository == 'nvim-lua/kickstart.nvim'
name: Stylua Check
runs-on: ubuntu-latest
steps: