WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: 🚀 Run yamllint
run: yamllint .

Expand All @@ -33,7 +33,7 @@ jobs:
files: ${{ steps.files-array.outputs.files }}
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Build files array
id: files-array
# yamllint disable rule:line-length
Expand All @@ -54,7 +54,7 @@ jobs:
fail-fast: false
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
Loading