hacksrus.uk/.github/workflows/main.yml

22 lines
432 B
YAML
Raw Normal View History

2020-08-16 13:41:12 +01:00
name: CI
on:
push:
2020-10-22 21:23:57 +01:00
branches: [ main ]
2020-08-16 13:41:12 +01:00
pull_request:
2020-10-22 21:23:57 +01:00
branches: [ main ]
2020-08-16 13:41:12 +01:00
jobs:
check:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Link Checker
uses: peter-evans/link-checker@v1.2.2
- name: HTML5 Validator
uses: Cyb3r-Jak3/html5validator-action@v0.4.3
with:
root: /