-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
整理: workflow の step name 記法を統一 (#1284)
refactor: Actions の記法を統一
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,13 +66,13 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Check licenses | ||
- name: <Test> Check licenses | ||
shell: bash | ||
run: | | ||
OUTPUT_LICENSE_JSON_PATH=/dev/null \ | ||
bash build_util/create_venv_and_generate_licenses.bash | ||
- name: Test names by checking typo | ||
- name: <Test> Test names by checking typo | ||
if: ${{ startsWith(matrix.os, 'ubuntu-') }} | ||
uses: crate-ci/[email protected] | ||
|
||
|