Skip to content

ci: add new configuration #10

ci: add new configuration

ci: add new configuration #10

Workflow file for this run

name: HTML Checker
on:
workflow_dispatch:
push:
pull_request:
jobs:
build:
name: HTML Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: anishathalye/proof-html@v2
with:
directory: ./
check_css: false
check_favicon: false
tokens: |
{"https://github.com": "${{ secrets.GITHUB_TOKEN }}"}
swap_urls: |
{"^https://www.linkedin.com/in/ferran-buireu/": "/"}