refactor(workflows): 💚 Update the YAMLs for GitHub workflows

Update the out dated action version. Remove redundant/useless lines. Some other updates.
This commit is contained in:
CybCom
2023-12-23 01:01:32 +08:00
parent 584087ad46
commit 7052cea8a3
2 changed files with 4 additions and 12 deletions

View File

@@ -1,8 +1,6 @@
name: Check link
on:
# push:
# pull_request:
workflow_dispatch:
jobs:
@@ -10,9 +8,7 @@ jobs:
name: check-link
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- uses: actions/checkout@v4.1.1
# search Issues :-(
- run: |
docker run -i --rm \