mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
Merge pull request #10 from ethiotelecom-et/Create-action-patch-1
Initial commit
This commit is contained in:
commit
71a50f38fb
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