File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 luacheck :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - uses : lunarmodules/luacheck@v1
1010 with :
1111 args : . --std luajit --max-line-length 150 --no-config --globals vim _debugging _command_panel _flash_esc_or_noh _telescope_collections _toggle_inlayhint _toggle_virtuallines _toggle_lazygit _select_chat_model
Original file line number Diff line number Diff line change 55 stylua :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - uses : JohnnyMorganz/stylua-action@v4
1010 with :
1111 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1010 permissions :
1111 contents : write
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : cachix/install-nix-action@v26
1515 with :
1616 nix_path : nixpkgs=channel:nixos-unstable
Original file line number Diff line number Diff line change 1010 permissions :
1111 contents : write
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0 # Required to count the commits
1616 - uses : andstor/file-existence-action@v3
3131 ./scripts/install.sh
3232 nvim --headless "+Lazy! update" +qa
3333 cp -pv "${HOME}/.config/nvim/lazy-lock.json" .
34- - uses : stefanzweifel/git-auto-commit-action@v5
34+ - uses : stefanzweifel/git-auto-commit-action@v6
3535 if : ${{ steps.check_lockfile.outputs.files_exists == 'true' && env.NEW_COMMIT_COUNT > 0 }}
3636 with :
3737 commit_message : " chore(lockfile): auto update lazy-lock.json"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ return function()
5757 opts = { additional_args = { " --no-ignore" } }
5858 end
5959 end
60- return use_fzf and fzf [fzf_fn ]( opts ) or tb_fn (opts )
60+ return ( use_fzf and fzf [fzf_fn ] or tb_fn ) (opts )
6161 end
6262 end
6363
You can’t perform that action at this time.
0 commit comments