Skip to content

Commit

Permalink
chnage default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Kahnert authored and Julian Kahnert committed Feb 18, 2021
1 parent 4e61e89 commit 992a88b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [ ] Checked if a previous provider might fit your needs.
- [ ] All errors/warnings are included in the [`[CheckResult]` output](https://github.com/worldiety/chia/blob/a57d99f65ff0d7b3a7b0e03ebb8e4a6bf910544c/Sources/chiaLib/Internal/CheckProvider.swift#L19).
- [ ] All new dependencies are listet below.
- [ ] All new dependencies are included in the [`Dockerfile`](https://github.com/worldiety/chia/blob/master/Dockerfile).
- [ ] All new dependencies are included in the [`Dockerfile`](https://github.com/worldiety/chia/blob/main/Dockerfile).

## New Depedencies
<!--- List all dependencies that are needed for a new CheckProvider -->
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@master
uses: actions/checkout@main
- name: Run chia cli
uses: worldiety/chia@master
uses: worldiety/chia@main
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@main
- name: Release
uses: softprops/action-gh-release@v1
env:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ All contributions are welcome!
Feel free to contribute to this project.
Submit pull requests or contribute tutorials - whatever you have to offer, it would be appreciated!

If a check is missing, the [`CheckProvider`](https://github.com/worldiety/chia/blob/master/Sources/chiaLib/Internal/CheckProvider.swift) is the right places to start.
Just add another implementation and have a look at all the [other checks](https://github.com/worldiety/chia/tree/master/Sources/chiaLib/Internal/CheckProviders).
If a check is missing, the [`CheckProvider`](https://github.com/worldiety/chia/blob/main/Sources/chiaLib/Internal/CheckProvider.swift) is the right places to start.
Just add another implementation and have a look at all the [other checks](https://github.com/worldiety/chia/tree/main/Sources/chiaLib/Internal/CheckProviders).

If your favorite programming language is missing, have a look at the [`Language`](https://github.com/worldiety/chia/blob/master/Sources/chiaLib/API/Language.swift).
If your favorite programming language is missing, have a look at the [`Language`](https://github.com/worldiety/chia/blob/main/Sources/chiaLib/API/Language.swift).
2 changes: 1 addition & 1 deletion Sources/chiaLib/API/Chia.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public struct Chia {
/// projectRootAppendix: null
///
/// swiftLintConfig:
/// lintingRulesPath: https://raw.githubusercontent.com/USERNAME/REPONAME/master/.swiftlint.yml
/// lintingRulesPath: https://raw.githubusercontent.com/USERNAME/REPONAME/main/.swiftlint.yml
///
/// ```
///
Expand Down

0 comments on commit 992a88b

Please sign in to comment.