Skip to content

Releases: Cyb3r-Jak3/html5validator-action

Change `set-out` command

04 Nov 19:58
v7.2.0
41633d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.1...v7.2.0

Fixes issue with git checking

17 Apr 17:32
v7.1.1
9b2d514
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.0...v7.1.1

Option to skip git check

19 Feb 19:35
v7.1.0
bd8ee22
Compare
Choose a tag to compare

Adds an option to skip the git checking step.

What's Changed

New Contributors

Full Changelog: v0.6.1...v7.1.0

Git repo check

03 Nov 23:34
v7.0.0
02b835c
Compare
Choose a tag to compare

[v0.7.0] - 2021-11-03

Adds

  • Adds a check to make sure there is git repo checked out

Changes

  • Removes action_debug input in favor HTML5_ACTION_DEBUG environment variable.

Removes

  • Removes docker build action as the actions check builds the container

Readme corrections

16 Jun 13:50
v0.6.1
0add3e3
Compare
Choose a tag to compare

Correct issue in readme from #18

Map action inputs to same name of html5validator inputs

08 May 01:36
v0.6
759ac35
Compare
Choose a tag to compare

Map the variable name of the action inputs to the same variable input name for html5validator

Resolves #16

Adds ignore option

28 Mar 00:09
v0.5
c8012a8
Compare
Choose a tag to compare
  • Adds ignore option to ignore files and directories

Swapped to GitHub Container Registry

05 Dec 19:25
v0.4.4
cc0b004
Compare
Choose a tag to compare

Changed it so the docker image used is from GitHub's container registry

Switch to alpine and add config file option

10 Oct 18:37
v0.4.3
b57a5c7
Compare
Choose a tag to compare

Switches to alpine based docker images for better speed and smaller size. Uses the new config file option for html5validator which I wrote.

Better exit code workflow

08 Aug 12:54
v0.4.2
5232895
Compare
Choose a tag to compare

[v0.4.2] - 2020-08-08

Changed

  • Made it so that the exit code will be set on failure. See #8