Skip to content

Update sistemi-operativi and ottimizzazione-combinatoria chat link #174

Update sistemi-operativi and ottimizzazione-combinatoria chat link

Update sistemi-operativi and ottimizzazione-combinatoria chat link #174

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
name: Check synta files
runs-on: ubuntu-latest
container:
image: ghcr.io/csunibo/synta:latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Check the enumerazione.synta file
run: synta check enumerazione.synta
- name: Check the prove.synta file
run: synta check prove.synta