forked from rorni/mckit
-
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 #310 from MC-kit/devel
return approximate presentaion from 'legacy' branch
- Loading branch information
Showing
66 changed files
with
1,878 additions
and
1,640 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ name: Clean Workflow Logs | |
on: | ||
workflow_dispatch: | ||
inputs: | ||
# days_old: | ||
# description: "The amount of days old to delete" | ||
# default: "7" | ||
# required: false | ||
# days_old: | ||
# description: "The amount of days old to delete" | ||
# default: "7" | ||
# required: false | ||
dry: | ||
description: "Dry run" | ||
default: "false" | ||
|
@@ -15,12 +15,12 @@ jobs: | |
clean-logs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# - uses: igorjs/gh-actions-clean-workflow@v1 | ||
# with: | ||
# token: ${{ secrets.GITHUB_TOKEN }} | ||
# owner: ${{ github.repository_owner }} | ||
# repo: ${{ github.event.repository.name }} | ||
# days_old: ${{ github.event.inputs.days_old }} | ||
# - uses: igorjs/gh-actions-clean-workflow@v1 | ||
# with: | ||
# token: ${{ secrets.GITHUB_TOKEN }} | ||
# owner: ${{ github.repository_owner }} | ||
# repo: ${{ github.event.repository.name }} | ||
# days_old: ${{ github.event.inputs.days_old }} | ||
- name: Clean workflow runs | ||
uses: dmvict/[email protected] | ||
with: | ||
|
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
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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""TODO...""" | ||
|
||
from __future__ import annotations | ||
|
||
|
||
|
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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""Try typer CLI.""" | ||
|
||
from __future__ import annotations | ||
|
||
from typing import Annotated, Optional | ||
|
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""TODO...""" | ||
|
||
from __future__ import annotations | ||
|
||
|
||
|
Oops, something went wrong.