Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc010a36

Browse files
authored
Merge pull request#28427 from ksunden/circle_yaml
Fix circleci yaml
2 parents603001f +69ed32c commitc010a36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/circleci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
name:Run CircleCI artifacts redirector
1111
steps:
1212
-name:GitHub Action step
13-
uses:|#v1.0.0
14-
scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1
13+
uses:
14+
scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1# v1.0.0
1515
with:
1616
repo-token:${{ secrets.GITHUB_TOKEN }}
1717
api-token:${{ secrets.CIRCLECI_TOKEN }}

‎.yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extends: default
33

44
rules:
55
line-length:
6-
max:111
6+
max:120
77
allow-non-breakable-words:true
88
truthy:
99
check-keys:false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp