File tree 2 files changed +2
-63
lines changed
2 files changed +2
-63
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
lint :
9
9
runs-on : ubuntu-latest
10
-
11
10
steps :
12
11
- uses : actions/checkout@v3
13
12
-
uses :
NTBBloodbath/[email protected]
14
13
with :
15
14
token : ${{ secrets.GITHUB_TOKEN }}
16
15
args : lua
16
+
17
17
docs :
18
18
runs-on : ubuntu-latest
19
19
if : ${{ github.ref == 'refs/heads/main' }}
34
34
commit_user_name : " github-actions[bot]"
35
35
commit_user_email : " github-actions[bot]@users.noreply.github.com"
36
36
commit_author : " github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
37
+
37
38
build :
38
39
runs-on : ubuntu-latest
39
40
if : ${{ github.ref == 'refs/heads/main' }}
50
51
neovim : true
51
52
version : stable
52
53
53
- - name : Setup git
54
- run : |
55
- printf 'BUILD_BRANCH=bot/build/%s\n' ${GITHUB_REF#refs/heads/} >> $GITHUB_ENV
56
-
57
- - name : Checkout to build branch
58
- run : git checkout -b ${BUILD_BRANCH}
59
-
60
54
- name : Run builder script
61
55
run : |
62
56
mkdir -p autoload/lightline/colorscheme colors/ lua/lualine extras
76
70
steps :
77
71
- uses : actions/checkout@v3
78
72
79
- - name : Setup git
80
- run : |
81
- printf 'STYLE_BRANCH=bot/style/%s\n' ${GITHUB_REF#refs/heads/} >> $GITHUB_ENV
82
-
83
- - name : Checkout to style branch
84
- run : git checkout -b ${STYLE_BRANCH}
85
-
86
73
- uses : JohnnyMorganz/stylua-action@v2
87
74
with :
88
75
version : latest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments