File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
# From https://github.com/folke/lazy.nvim
2
3
name : CI
3
4
on :
4
5
push :
5
6
pull_request :
6
7
7
8
jobs :
9
+ stylua :
10
+ name : Stylua
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@v4
14
+ - uses : JohnnyMorganz/stylua-action@v4
15
+ with :
16
+ token : ${{ secrets.TOKEN }}
17
+ version : latest
18
+ args : --check lua
8
19
tests :
9
20
strategy :
10
21
matrix :
22
33
run : |
23
34
nvim --version
24
35
[ ! -d tests ] && exit 0
25
- curl -sLo /tmp/kubeconform.tar.gz https://github.com/yannh/kubeconform/releases/download/v0.6.1 /kubeconform-linux-amd64.tar.gz
36
+ curl -sLo /tmp/kubeconform.tar.gz https://github.com/yannh/kubeconform/releases/download/v0.6.7 /kubeconform-linux-amd64.tar.gz
26
37
tar -xC /tmp -f /tmp/kubeconform.tar.gz
27
38
mv /tmp/kubeconform /usr/local/bin/kubeconform
28
39
curl -sLo /tmp/kubent.tar.gz https://github.com/doitintl/kube-no-trouble/releases/download/0.7.0/kubent-0.7.0-linux-amd64.tar.gz
Original file line number Diff line number Diff line change
1
+ indent_type = " Spaces"
2
+ indent_width = 2
You can’t perform that action at this time.
0 commit comments