Skip to content

Aggiunge capitolo "come affrontare l'età nel mondo it" #308

Aggiunge capitolo "come affrontare l'età nel mondo it"

Aggiunge capitolo "come affrontare l'età nel mondo it" #308

name: Validate Formatting
on:
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Prettier Check
run: npm run format:check