dequelabs / axe-linter-action

A GitHub Action to lint for any accessibility issues in your pull requests.
Mozilla Public License 2.0
8 stars 6 forks source link

Add error handling for files that exceed filesize limitation #4

Open michael-siek opened 1 year ago

michael-siek commented 1 year ago

For files that are over 1mb (or 3mb) we need to add a try/catch to ignore all files above the file size limit as well as not block the server.