Releases: Cyb3r-Jak3/html5validator-action
Releases · Cyb3r-Jak3/html5validator-action
Change `set-out` command
What's Changed
- Adds in test for missing root by @Cyb3r-Jak3 in #33
- Switch to new method of setting result by @Cyb3r-Jak3 in #37
Full Changelog: v7.1.1...v7.2.0
Fixes issue with git checking
What's Changed
-
Action Update: Bump actions/checkout from 2 to 3 by @dependabot in #28
-
Action Update: Update actions/checkout from v2 to v3 by @JakeVdub in #29
-
Fix issue with git checking by @Cyb3r-Jak3 in #32
Full Changelog: v7.1.0...v7.1.1
Option to skip git check
Adds an option to skip the git checking step.
What's Changed
- Update README.md by @ptmkenny in #23
- Allow git check skipping by @Cyb3r-Jak3 in #26
New Contributors
Full Changelog: v0.6.1...v7.1.0
Git repo check
[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
Correct issue in readme from #18
Map action inputs to same name of html5validator inputs
Map the variable name of the action inputs to the same variable input name for html5validator
Resolves #16
Adds ignore option
- Adds ignore option to ignore files and directories
Swapped to GitHub Container Registry
Changed it so the docker image used is from GitHub's container registry
Switch to alpine and add config file option
Switches to alpine based docker images for better speed and smaller size. Uses the new config file option for html5validator which I wrote.