-
-
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.
- Loading branch information
1 parent
1166a0c
commit 4435820
Showing
2 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -18,11 +18,11 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 | ||
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030 | ||
- name: Set up Rust | ||
run: rustup default nightly | ||
- name: Install development tools | ||
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694 | ||
uses: taiki-e/install-action@dd2e2e08228b85a0f004f115ce39e031f649572f | ||
with: | ||
tool: [email protected], [email protected], [email protected] | ||
- name: Install Rust linters | ||
|
@@ -52,11 +52,11 @@ jobs: | |
- nightly | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 | ||
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030 | ||
- name: Set up Rust | ||
run: rustup default ${{ matrix.channel }} | ||
- name: Install development tools | ||
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694 | ||
uses: taiki-e/install-action@dd2e2e08228b85a0f004f115ce39e031f649572f | ||
with: | ||
tool: [email protected] | ||
- name: Run tests | ||
|
@@ -66,11 +66,11 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 | ||
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030 | ||
- name: Set up Rust | ||
run: rustup default nightly | ||
- name: Install development tools | ||
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694 | ||
uses: taiki-e/install-action@dd2e2e08228b85a0f004f115ce39e031f649572f | ||
with: | ||
tool: [email protected], [email protected] | ||
- name: Create directories | ||
|
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