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