Skip to content

Commit

Permalink
Merge branch 'main' into feat/refactor-courses
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Nov 4, 2023
2 parents 95d3422 + 00a57c5 commit 8092805
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
24 changes: 21 additions & 3 deletions .github/workflows/filenames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,38 @@ jobs:
- name: Check the `appunti` folder
run: filenameslinter appunti

- name: Check the `notes` folder
run: filenameslinter notes

- name: Check the `dispense` folder
run: filenameslinter -definition .config/enumerazione.synta dispense


- name: Check the `booklets` folder
run: filenameslinter -definition .config/enumerazione.synta booklets

- name: Check the `esercizi` folder
run: filenameslinter esercizi

- name: Check the `exercises` folder
run: filenameslinter exercises

- name: Check the `lucidi` folder
run: filenameslinter -definition .config/enumerazione.synta lucidi

- name: Check the `slides` folder
run: filenameslinter -definition .config/enumerazione.synta slides

- name: Check the `libri` folder
run: filenameslinter libri

- name: Check the `books` folder
run: filenameslinter books

- name: Check the `prove` folder
run: filenameslinter -definition .config/prove.synta prove

- name: Check the `varie` folder
run: filenameslinter varie
- name: Check the `exams` folder
run: filenameslinter -definition .config/prove.synta exams

- name: Check the `misc` folder
run: filenameslinter misc
4 changes: 2 additions & 2 deletions prove.synta
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ giorno = \d{2}
mese = \d{2}

; Il tipo del documento caricato. Può essere testo o soluzione.
tipo = testo|soluzione
tipo = testo|exam|soluzione|solution

; La tipologia del documento. Ad esempio: scritto, orale1, progetto2, totale.
tipologia = scritto|totale|parziale\d|esercitazione\d?|orale\d?|progetto\d?
tipologia = scritto|written-test|totale|final|parziale\d|midterm\d|esercitazione\d?|simulation\d?|orale\d?|oral-test\d?|progetto\d?|project\d?

> tipologia-anno(-mese)?(-giorno)?(-extra)?-tipo(-extra)?.estensione

0 comments on commit 8092805

Please sign in to comment.