mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 11:13:29 +00:00
Initial commit
Signed-off-by: MrProfessionalHacker <157367675+Create-action@users.noreply.github.com>
This commit is contained in:
parent
ad4aedb67c
commit
4c6d6180b1
11
.github/workflows/proof-html.yml
vendored
Normal file
11
.github/workflows/proof-html.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: Proof HTML
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: anishathalye/proof-html@v1.1.0
|
||||
with:
|
||||
directory: ./
|
Loading…
Reference in New Issue
Block a user