agreugreu/.forgejo/workflows/demo.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 23: cannot unmarshal !!map into []*model.Step
2024-05-09 18:40:50 +02:00

49 lines
777 B
YAML

#KO
#on: [push]
#jobs:
# ls:
# runs-on: docker
# container:
# image: code.forgejo.org/oci/alpine:3.19
# steps:
# - run: |
# echo ${{ github.workspace }}
on: [push]
jobs:
#test-hello:
# runs-on: docker
# steps:
# - run: echo All Good
test-html:
runs-on: docker
container:
image: cyb3rjak3/html5validator:latest-alpine
steps:
run: |
html5validator --root / --also-check-css --log INFO
shell: bash
#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