Skip to content

Aggiunta di automatismo creazione branch #99

Aggiunta di automatismo creazione branch

Aggiunta di automatismo creazione branch #99

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