-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md to add github actions result badges
- Loading branch information
1 parent
8101615
commit 9c20a83
Showing
4 changed files
with
21 additions
and
1 deletion.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# GitHub Actions 関連 | ||
> [!NOTE] | ||
> 個々のツールのGitHub Actionsの実行方法はツールごとのドキュメント参照。 | ||
## READMEにバッチをつける | ||
|
||
- リポジトリのActionsのページから**Create status badge**をクリックしてREADME.mdに貼り付ける。 | ||
|
||
![バッチのつけかた](./fig/badge.png) | ||
****** | ||
|
||
|
||
## 特定のコミットを使ってactionsを実行する。 | ||
|
||
```yaml | ||
actions/setup-python@コミットハッシュ | ||
``` |
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