mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Initial commit
Signed-off-by: MrProfessionalHacker <157367675+Create-action@users.noreply.github.com>
This commit is contained in:
parent
ad4aedb67c
commit
4c6d6180b1
1 changed files with 11 additions and 0 deletions
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…
Add table
Reference in a new issue