Skip to content

Commit

Permalink
feat: add English tests
Browse files Browse the repository at this point in the history
  • Loading branch information
foxyseta committed Oct 25, 2023
1 parent fe777bb commit 1651958
Showing 1 changed file with 21 additions and 3 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

0 comments on commit 1651958

Please sign in to comment.