This commit is contained in:
Savina Shen (Manpower Services Taiwan Co Ltd) 2024-09-30 16:07:00 +08:00
Родитель 0ab45ffd24
Коммит d52fa55ebd
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/nodejs.yml поставляемый
Просмотреть файл

@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: npm run test:prod # runs linting and tests
- run: npm run test # runs linting and tests
- run: npm run build --if-present
- run: python -m pip install linkcheckmd
- run: python -m linkcheckmd README.md