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:
parent
b115814916
commit
c3ae716fb3
1
.github/workflows/stylua.yml
vendored
1
.github/workflows/stylua.yml
vendored
@ -4,6 +4,7 @@ on: pull_request_target
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stylua-check:
|
stylua-check:
|
||||||
|
if: github.repository == 'nvim-lua/kickstart.nvim'
|
||||||
name: Stylua Check
|
name: Stylua Check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user