Skip to content

Commit 7d2df0b

Browse files
authored
Merge pull request #140 from ohenley/copilot/fix-c31072b8-9c49-42ac-a1ea-1d2a13761b9c
Split GitHub Actions workflow into independent awesome-linter and link-checker jobs
2 parents d7a879a + 28766f1 commit 7d2df0b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,21 @@ on:
1515
- '.github/workflows/main.yml'
1616

1717
jobs:
18-
main:
18+
awesome-linter:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v3
2222
with:
2323
fetch-depth: 0
2424
- name: Awesome linter
2525
run: npx awesome-lint
26+
27+
link-checker:
28+
runs-on: ubuntu-latest
29+
steps:
30+
- uses: actions/checkout@v3
31+
with:
32+
fetch-depth: 0
2633
- name: Link Checker
2734
uses: lycheeverse/[email protected]
2835
with:

0 commit comments

Comments
 (0)