mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 23:42:13 +00:00
11 lines
186 B
YAML
11 lines
186 B
YAML
name: Proof HTML
|
|
on:
|
|
push:
|
|
workflow_dispatch:
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: anishathalye/proof-html@v1.1.0
|
|
with:
|
|
directory: ./
|