File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ charset = utf-8
5+ end_of_line = lf
6+ insert_final_newline = true
7+ trim_trailing_whitespace = true
8+ indent_style = space
9+ indent_size = 2
10+
11+ [* .{md,mdx,rst} ]
12+ trim_trailing_whitespace = false
13+
14+ [Makefile* ]
15+ indent_style = tab
16+ indent_size = 4
17+
18+ [* .{py,rb} ]
19+ indent_size = 4
20+
21+ [* .{go,java} ]
22+ indent_style = tab
23+ indent_size = 4
Original file line number Diff line number Diff line change 1313permissions :
1414 contents : write
1515
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.ref }}
18+ cancel-in-progress : false
19+
1620jobs :
1721 deploy :
1822 if : github.repository == 'z-shell/src'
1923 environment :
2024 name : github-pages
2125 runs-on : ubuntu-latest
2226 timeout-minutes : 15
23- concurrency :
24- group : ${{ github.workflow }}-${{ github.ref }}
2527 steps :
2628 - name : ⤵️ Check out code from GitHub
2729 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 1919permissions :
2020 contents : read
2121
22+ concurrency :
23+ group : ${{ github.workflow }}-${{ github.ref }}
24+ cancel-in-progress : true
25+
2226jobs :
2327 shellcheck :
2428 runs-on : ubuntu-latest
3337 runs-on : windows-latest
3438 timeout-minutes : 30
3539 needs : [shellcheck]
36- concurrency :
37- group : ci-${{ github.workflow }}-${{ github.ref }}
38- cancel-in-progress : false
3940 steps :
4041 - name : 🪟 Set CRLF (Windows)
4142 run : |
Original file line number Diff line number Diff line change 1+ # -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
2+ # vim: ft=zsh sw=2 ts=2 et
13# Source: https://github.com/molovo/color
24# License: MIT — Copyright (c) 2015 Joe Letchford
35# Maintained by z-shell/src — https://github.com/z-shell/src
Original file line number Diff line number Diff line change 1+ # -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
2+ # vim: ft=zsh sw=2 ts=2 et
13+zi-message " {auto}\` Welcome to Zi :)\` "
24sleep 1
35+zi-message " {hi}I am the snippet\!"
You can’t perform that action at this time.
0 commit comments