Skip to content

Commit

Permalink
Leave only the homework definition in the repo (#2)
Browse files Browse the repository at this point in the history
* Leave only the homework
* Remove the workflow
* Update the readme
  • Loading branch information
niosus authored Feb 12, 2022
1 parent 3454133 commit 1585d99
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 82 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/check_homework.yml

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# homework-definitions
# Homework definitions

This is a repository where the definitions of the homework jobs are stored. This repository should not be used directly and is downloaded automatically by the homework checker during the evaluation of the submitted homeworks.

See https://github.com/cpp-for-yourself/homeworks for a guide on how to submit a homework.
3 changes: 1 addition & 2 deletions homework/homework.yml → homework.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
folder: homework/
folder: homeworks/
homeworks:
- name: "Sample homework"
folder: "homework_1"
Expand Down
4 changes: 0 additions & 4 deletions homework/homework_1/task_1/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions homework/homework_1/task_1/main.cpp

This file was deleted.

0 comments on commit 1585d99

Please sign in to comment.