From 992a88b74803dd19cc11e398b28ef84b4078e450 Mon Sep 17 00:00:00 2001 From: Julian Kahnert Date: Thu, 18 Feb 2021 23:08:31 +0100 Subject: [PATCH] chnage default branch to main --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/chia.yml | 4 ++-- .github/workflows/release.yml | 2 +- README.md | 6 +++--- Sources/chiaLib/API/Chia.swift | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9005715..0c9bee5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 diff --git a/.github/workflows/chia.yml b/.github/workflows/chia.yml index c5147c2..09c8bb6 100644 --- a/.github/workflows/chia.yml +++ b/.github/workflows/chia.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73c8650..cce6d4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/README.md b/README.md index 2ec8c08..2504cda 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/Sources/chiaLib/API/Chia.swift b/Sources/chiaLib/API/Chia.swift index c1f70c9..809b289 100644 --- a/Sources/chiaLib/API/Chia.swift +++ b/Sources/chiaLib/API/Chia.swift @@ -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 /// /// ``` ///