mirror of
https://code.forgejo.org/actions/setup-python.git
synced 2026-03-21 14:35:54 +03: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: ./
|