Skip to content

RyannosaurusRex/webhint-azure-devops-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

webhint-azure-devops-task

An Azure DevOps task for running webhint (https://webhint.io/) and generating a report.

This is a rough early version of the Azure DevOps build pipeline task.

We'll be building this out on stream over the next few weeks at on Twitch.

To contribute

You'll need a few things installed to contribute, and having Chocolatey (on Windows) makes this a bit easier to get running.:

  • Node.js => chocolatey install nodejs
  • Python => chocolatey install python
  • TypeScript => chocolatey install typescript

Running from the command line

To emulate the environment variables set from inside of Azure DevOps, set the following variable on the command line first:

$env:INPUT_WEBADDRESS="https://www.mywebsite.com"

You can run the task and test it from the command line with the following line:

node src/buildAndReleaseTask/index.js

About

An Azure DevOps task for running webhint (https://webhint.io/) and generating a report.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published