File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "CodeQL"
2
2
3
3
on :
4
4
push :
5
- branches : [ "master " ]
5
+ branches : [ "main " ]
6
6
pull_request :
7
7
# The branches below must be a subset of the branches above
8
- branches : [ "master " ]
8
+ branches : [ "main " ]
9
9
schedule :
10
10
- cron : ' 18 11 * * 3'
11
11
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2018-2022 Raphael Reitzig
3
+ Copyright (c) 2018-2023 Raphael Reitzig
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# SDKMAN! for fish
2
2
3
- [ ![ license] ( https://img.shields.io/github/license/reitzig/sdkman-for-fish.svg )] ( https://github.com/reitzig/sdkman-for-fish/blob/master /LICENSE )
3
+ [ ![ license] ( https://img.shields.io/github/license/reitzig/sdkman-for-fish.svg )] ( https://github.com/reitzig/sdkman-for-fish/blob/main /LICENSE )
4
4
[ ![ release] ( https://img.shields.io/github/release/reitzig/sdkman-for-fish.svg )] ( https://github.com/reitzig/sdkman-for-fish/releases/latest )
5
5
[ ![ GitHub release date] ( https://img.shields.io/github/release-date/reitzig/sdkman-for-fish.svg )] ( https://github.com/reitzig/sdkman-for-fish/releases )
6
- [ ![ Test] ( https://github.com/reitzig/sdkman-for-fish/workflows/Tests/badge.svg?branch=master &event=push )] ( https://github.com/reitzig/sdkman-for-fish/actions?query=workflow%3ATests+branch%3Amaster +event%3Apush++ )
6
+ [ ![ Test] ( https://github.com/reitzig/sdkman-for-fish/workflows/Tests/badge.svg?branch=main &event=push )] ( https://github.com/reitzig/sdkman-for-fish/actions?query=workflow%3ATests+branch%3Amain +event%3Apush++ )
7
7
[ ![ CodeQL] ( https://github.com/reitzig/sdkman-for-fish/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/reitzig/sdkman-for-fish/actions/workflows/codeql-analysis.yml )
8
8
9
9
Makes command ` sdk ` from [ SDKMAN!] usable from [ fish] , including auto-completion.
Original file line number Diff line number Diff line change 1
1
# Defines autocompletion for SDKMAN!
2
2
3
- # Copyright (c) 2018-2022 Raphael Reitzig
3
+ # Copyright (c) 2018-2023 Raphael Reitzig
4
4
# MIT License (MIT)
5
5
# https://github.com/reitzig/sdkman-for-fish
6
6
Original file line number Diff line number Diff line change 3
3
# Makes command and binaries from SDKMAN! available in fish.
4
4
# Delegates to bash for the `sdk` command.
5
5
6
- # Copyright (c) 2018-2022 Raphael Reitzig
6
+ # Copyright (c) 2018-2023 Raphael Reitzig
7
7
# MIT License (MIT)
8
8
# https://github.com/reitzig/sdkman-for-fish
9
9
Original file line number Diff line number Diff line change
1
+ # Wrapper function for SDKMAN!
2
+
3
+ # Copyright (c) 2018-2023 Raphael Reitzig
4
+ # MIT License (MIT)
5
+ # https://github.com/reitzig/sdkman-for-fish
6
+
1
7
function sdk -d " Manage SDKs"
2
8
# Guard: SDKMAN! needs to be installed
3
9
if not test -f " $_ _fish_sdkman_init"
You can’t perform that action at this time.
0 commit comments