forked from Alexander/agreugreu
use demo forgejo workflow
This commit is contained in:
parent
d3873528ac
commit
81cc1e2b03
|
@ -1,15 +1,35 @@
|
||||||
name: HTML Check
|
on: [push]
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
ls:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: code.forgejo.org/oci/alpine:3.19
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2 # Requried will all actions
|
- run: |
|
||||||
- name: Checks HTML5
|
echo ${{ github.workspace }}
|
||||||
uses: Cyb3r-Jak3/html5validator-action@<latest version>
|
|
||||||
with:
|
|
||||||
root: /index.html
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#name: HTML Check
|
||||||
|
#
|
||||||
|
#on:
|
||||||
|
# push:
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#jobs:
|
||||||
|
# build:
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
|
# steps:
|
||||||
|
# - uses: actions/checkout@v2 # Requried will all actions
|
||||||
|
# - name: Checks HTML5
|
||||||
|
# uses: Cyb3r-Jak3/html5validator-action@<latest version>
|
||||||
|
# with:
|
||||||
|
# root: /index.html
|
||||||
|
|
Loading…
Reference in a new issue