File size: 186 Bytes
ceefc61 |
1 2 3 4 5 6 7 8 9 10 11 12 |
name: Proof HTML
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: anishathalye/proof-html@v1.1.0
with:
directory: ./
|