Skip to content

Aggiunto Capitolo sulle architetture software #44

Aggiunto Capitolo sulle architetture software

Aggiunto Capitolo sulle architetture software #44

name: Validate Formatting
on:
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prettier Check
run: npx prettier --check "**/*.md"