From e7ed7ae1f1447091f584e44008c03335751c1c24 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 16 Apr 2021 17:07:14 +0200 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..fe1be56 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,21 @@ +- name: HTML5 Validator + # You may pin to the exact commit or the version. + # uses: Cyb3r-Jak3/html5validator-action@c8012a8df62da54b8babd683a38e0dd3f49fa3ae + uses: Cyb3r-Jak3/html5validator-action@v0.5 + with: + # Path of the files to test + root: # optional + # Path of config file + config: # optional + # Extra arguments to test with + extra: # optional + # Format for logging output. Valid values: gnu,xml,json,text + format: # optional + # Logging Level. Valid values: DEBUG, INFO, WARNING. Default: WARNING + log_level: # optional, default is WARNING + # Checks css as well + css: # optional + # Files or directories to ignore in checking + ignore: # optional + # Flag that increase verbose output only used for troubleshooting the action. + action_debug: # optional