mirror of
https://github.com/Hacks-R-Us/hacksrus.uk.git
synced 2025-11-09 06:43:45 +00:00
Update CI checks
This commit is contained in:
parent
43fd8e9924
commit
c4b47b2c29
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -7,14 +7,17 @@ on:
|
|||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
link-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Link Checker
|
- name: Link Checker
|
||||||
uses: peter-evans/link-checker@v1.2.2
|
uses: lycheeverse/lychee-action@v1.5.0
|
||||||
|
with:
|
||||||
|
fail: true
|
||||||
|
html-validate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
- name: HTML5 Validator
|
- name: HTML5 Validator
|
||||||
uses: Cyb3r-Jak3/html5validator-action@v7.0.0
|
uses: Cyb3r-Jak3/html5validator-action@v7.0.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user