agreugreu/.forgejo/workflows/demo.yml

49 lines
785 B
YAML
Raw Normal View History

2024-05-09 18:35:03 +02:00
#KO
2024-05-09 18:09:19 +02:00
#on: [push]
#jobs:
# ls:
# runs-on: docker
# container:
# image: code.forgejo.org/oci/alpine:3.19
# steps:
# - run: |
# echo ${{ github.workspace }}
2024-05-09 17:46:13 +02:00
on: [push]
jobs:
2024-05-09 18:37:46 +02:00
#test-hello:
# runs-on: docker
# steps:
# - run: echo All Good
2024-05-09 18:35:03 +02:00
test-html:
runs-on: docker
container:
image: cyb3rjak3/html5validator:latest-alpine
2024-05-09 18:37:46 +02:00
steps:
run: |
html5validator --root / --also-check-css --log INFO
shell: bash
2024-05-09 18:35:03 +02:00
2024-05-09 17:46:13 +02:00
#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