-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from dariocurr/develop
Develop
- Loading branch information
Showing
14 changed files
with
542 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
with: | ||
ref: ${{ github.ref_name }} | ||
|
||
- name: Cache Rust | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: | | ||
~/.cargo | ||
|
@@ -37,11 +37,6 @@ jobs: | |
- name: Install cargo-release | ||
run: cargo install cargo-release | ||
|
||
- name: Setup git | ||
run: | | ||
git config user.name "github-actions[bot]" | ||
git config user.email "[email protected]" | ||
- name: Cargo login | ||
run: cargo login ${{ secrets.CRATES_API_TOKEN }} | ||
|
||
|
@@ -59,7 +54,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
timeout-minutes: 5 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Create Github release | ||
uses: softprops/action-gh-release@v1 | ||
|
@@ -77,10 +72,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Cache Rust | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: | | ||
~/.cargo | ||
|
@@ -115,7 +110,7 @@ jobs: | |
needs: release | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Merge ${{ github.base_ref }} -> develop | ||
uses: devmasx/[email protected] | ||
|
@@ -125,7 +120,7 @@ jobs: | |
github_token: ${{ github.token }} | ||
type: now | ||
|
||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
with: | ||
ref: develop | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,10 +27,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Cache Rust | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: | | ||
~/.cargo | ||
|
@@ -54,10 +54,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Cache Rust | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: | | ||
~/.cargo | ||
|
@@ -89,7 +89,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Check formatting | ||
run: cargo fmt --check | ||
|
@@ -103,10 +103,10 @@ jobs: | |
os: [ubuntu-latest] | ||
timeout-minutes: 15 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Cache Rust | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: | | ||
~/.cargo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ members = [ | |
"env-settings-utils", | ||
"test-env-settings", | ||
] | ||
resolver = "2" | ||
|
||
[workspace.package] | ||
authors = ["Dario Curreri <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.