Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf8cf5 commit f8d15bdCopy full SHA for f8d15bd
.github/workflows/circleci.yml
@@ -10,8 +10,8 @@ jobs:
10
name: Run CircleCI artifacts redirector
11
steps:
12
- name: GitHub Action step
13
- uses: | #v1.0.0
14
- scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1
+ uses:
+ scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1 # v1.0.0
15
with:
16
repo-token: ${{ secrets.GITHUB_TOKEN }}
17
api-token: ${{ secrets.CIRCLECI_TOKEN }}
.yamllint.yml
@@ -3,7 +3,7 @@ extends: default
3
4
rules:
5
line-length:
6
- max: 111
+ max: 120
7
allow-non-breakable-words: true
8
truthy:
9
check-keys: false
0 commit comments