Skip to content

Aggiunto Capitolo sulle architetture software #119

Aggiunto Capitolo sulle architetture software

Aggiunto Capitolo sulle architetture software #119

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