Skip to content

added print-friendly merge of all pdfs #80

added print-friendly merge of all pdfs

added print-friendly merge of all pdfs #80

Workflow file for this run

name: Lint file names
on: [ push, pull_request ]
jobs:
check:
name: Check file names
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: csunibo/[email protected]
name: Link file names under ./appunti
with:
path: "./appunti"
pattern: '(\.gitkeep|([a-z0-9]+(-[a-z0-9]+)*\.[a-zA-Z]+))'
recursive: "true"
- uses: csunibo/[email protected]
name: Link file names under ./esercizi
with:
path: "./esercizi"
pattern: '(\.gitkeep|([a-z0-9]+(-[a-z0-9]+)*\.[a-zA-Z]+))'
recursive: "true"
- uses: csunibo/[email protected]
name: Link file names under ./libri
with:
path: "./libri"
pattern: '(\.gitkeep|([a-z0-9]+(-[a-z0-9]+)*\.[a-zA-Z]+))'
recursive: "true"
- uses: csunibo/[email protected]
name: Link file names under ./lucidi
with:
path: "./lucidi"
pattern: '(\.gitkeep|(\d+-[a-z0-9]+(-[a-z0-9]+)*\.[a-zA-Z]+))'
recursive: "true"
- uses: csunibo/[email protected]
name: Link file names under ./prove
with:
path: "./prove"
pattern: '^(\.gitkeep)|((scritto|totale|esercitazione|parziale\d|orale(\d?)|progetto(\d?))-\d{4}(-\d{2}-\d{2})?(-[a-z0-9]+)?-(testo|soluzione)(-[a-z0-9]+)*\.[a-zA-Z0-9]+)$'
recursive: "true"
- uses: csunibo/[email protected]
name: Link file names under ./varie
with:
path: "./varie"
pattern: '(\.gitkeep|([a-z0-9]+(-[a-z0-9]+)*\.[a-zA-Z]+))'
recursive: "true"