mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-04-19 04:37:59 +00:00
Made a completely blank line between the code
This commit is contained in:
parent
900531114f
commit
62ce19394b
4
.github/workflows/link-checker.yml
vendored
4
.github/workflows/link-checker.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Link Checker
|
- name: Link Checker
|
||||||
id: lychee
|
id: lychee
|
||||||
uses: lycheeverse/lychee-action@v1.6.1
|
uses: lycheeverse/lychee-action@v1.6.1
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
args: README.md
|
args: README.md
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Create Issue From File
|
- name: Create Issue From File
|
||||||
if: env.lychee_exit_code != 0
|
if: env.lychee_exit_code != 0
|
||||||
uses: peter-evans/create-issue-from-file@v4
|
uses: peter-evans/create-issue-from-file@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user