1
1
mirror of https://github.com/theoludwig/advent_of_code.git synced 2025-05-18 19:27:51 +02:00

docs: add explanations about external linting tools

This commit is contained in:
2024-01-27 19:18:46 +01:00
parent fcd57f1cf6
commit 7df8e33f74
2 changed files with 22 additions and 3 deletions

View File

@ -49,7 +49,7 @@ jobs:
configFile: ".commitlintrc.json"
failOnWarnings: true
lint-prettier:
lint-general:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.1.1"
@ -59,6 +59,8 @@ jobs:
with:
node-version: "20.11.0"
- run: "npm install --global editorconfig-checker@5.1.2"
- run: "npm install --global prettier@3.2.4"
- run: "editorconfig-checker"
- run: "prettier . --check"