From the course: Multimodal Programming Interfaces

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Adding automation and validation

Adding automation and validation

- [Instructor] Now what I want to do is do some checks and validations, make sure that my website has good HTML. This is not exactly multimodal programming or development because we're not going to be pasting, I'm not going to be pasting screenshots or any images here. But I went ahead and asked for a validation in my personal website directory inside a bin subdirectory that it will be able to run some checks. And what I want this to make sure that, well, these are done, like this is linting, it is going to install HTMLint if it's not installed, that's a tool for linting, that sounds correct to me. And it'll do some common CSS issues in inline style. So let's go ahead and tell these two actually go ahead and validate it. So run the script in bin and point it to the, this is the directory, it's right here. File and verify the output and suggestions. So it's going to probably ask me if I want to run the command.…

Contents