on: [push] jobs: ls: runs-on: docker container: image: code.forgejo.org/oci/alpine:3.19 steps: - run: | echo ${{ github.workspace }} #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@ # with: # root: /index.html