Add more checks in the pipeline (#102)

This commit is contained in:
Simone Poggiali 2024-01-18 17:02:14 +01:00 committed by GitHub
parent b3ad64193d
commit ae9149ede6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,7 @@
#!/bin/bash
set -e
echo "Linting all Markdown content ..."
echo "Linting Markdown and Code files ..."
cd tools
npm ci
npm run lint
npm run lint
npm run lint:md

View file

@ -8,7 +8,7 @@ If you found this TypeScript book valuable and wish to contribute, consider supp
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?business=QW82ZS956XLFY&no_recurring=0&currency_code=EUR)
## Translations
######################### Translations
This book has been translated into several language versions, including:
@ -28,7 +28,6 @@ An online version is available at:
<!-- markdownlint-disable MD004 -->
- [The Concise TypeScript Book](#the-concise-typescript-book)
- [Translations](#translations)
- [Downloads and website](#downloads-and-website)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)