Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TryKatChup authored Apr 22, 2024
0 parents commit 9ceadfb
Show file tree
Hide file tree
Showing 11 changed files with 468 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build and Deploy
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
deploy:
name: Deploy
uses: csunibo/config/.github/workflows/statik.yml@main
with:
regex_include: "\\.(pdf|link|txt)$"
11 changes: 11 additions & 0 deletions .github/workflows/filenames.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check filenames
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
filenames:
name: Check filenames
uses: csunibo/config/.github/workflows/filenames.yml@main
437 changes: 437 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# \<Insegnamento\>

Una raccolta di risorse per l'insegnamento di \<Insegnamento\> del Corso di
Laurea in \<Corso di Laurea\>. Ulteriori informazioni sono disponibili sulla
[**relativa pagina
wiki**](https://csunibo.github.io/wiki/raccolte-di-risorse/index.html).
Empty file added appunti/.gitkeep
Empty file.
Empty file added dispense/.gitkeep
Empty file.
Empty file added esercizi/.gitkeep
Empty file.
Empty file added libri/.gitkeep
Empty file.
Empty file added lucidi/.gitkeep
Empty file.
Empty file added prove/.gitkeep
Empty file.
Empty file added varie/.gitkeep
Empty file.

0 comments on commit 9ceadfb

Please sign in to comment.