fix: upgrade express from 4.17.1 to 4.21.1 #85
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Check HTML | ||
uses: chabad360/htmlproofer@master | ||
with: | ||
directory: "./public" | ||
# The directory to scan | ||
arguments: --allow-missing-href | ||
# The arguments to pass to HTMLProofer |