Skip to content

Commit 9982e1b

Browse files
committed
Merge branch 'main' into add/come-affrontare-l-età-nel-mondo-it
2 parents d91ee25 + 6a76747 commit 9982e1b

File tree

4 files changed

+259
-4
lines changed

4 files changed

+259
-4
lines changed

.github/workflows/formatting-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
format:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 18
1515
- name: Prettier Check
16-
run: npm run format:check
16+
run: npm run format:check

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"singleAttributePerLine": true,
3-
"trailingComma": "es5"
3+
"trailingComma": "es5",
4+
"endOfLine": "lf"
45
}

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- [Introduzione](./it/introduzione.md)
44
- [Cosa significa essere Dev](./it/cosa-significa-essere-dev.md)
55
- [Testing](./it/testing.md)
6+
- [Architetture Software](./it/architetture-software.md)

0 commit comments

Comments
 (0)