Update main.yml

This commit is contained in:
2021-04-16 17:16:56 +02:00
committed by GitHub
parent 3b3fcf66a1
commit eb172c137d

View File

@@ -18,6 +18,11 @@ jobs:
# You may pin to the exact commit or the version.
# uses: Cyb3r-Jak3/html5validator-action@c8012a8df62da54b8babd683a38e0dd3f49fa3ae
uses: Cyb3r-Jak3/html5validator-action@v0.5
on:
push:
branches:
- gh-pages
workflow_dispatch:
with:
# Path of the files to test
root: # optional
@@ -39,13 +44,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
jobs:
my_job:
name: stuff
runs-on: ubuntu-18.04