mirror of
https://github.com/jlengrand/check-html-links-action-test.git
synced 2026-03-10 08:51:20 +00:00
13 lines
316 B
YAML
13 lines
316 B
YAML
on: [push]
|
|
|
|
jobs:
|
|
check_html_links_job:
|
|
runs-on: ubuntu-latest
|
|
name: A job to test check-html-links-action
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: check-html-links-action step
|
|
id: check-links
|
|
uses: jlengrand/check-html-links-action@v02
|
|
with:
|
|
doc-folder: 'test-site' |