Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
scores
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed Jun 28, 2024
1 parent 3dd53b3 commit 7535911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
# min hr day mth weekday
- cron: '45 12-23 28 6 *'
- cron: '45 0-11 29 6 *'
# push:
# branches: [ main ]
push:
branches: [ main ]
workflow_dispatch:
branches: [ main ]

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sep=,$(space)
all: build

build:
# generate solutions in build directory, the file names are problem numbers
# put solutions in build directory and the file names are problem numbers
@mkdir -p $(BUILD_DIR)
@echo "hello" > $(BUILD_DIR)/1.txt
@echo "world" > $(BUILD_DIR)/2.txt
Expand All @@ -22,4 +22,4 @@ score: $(SCORES)
clean:
@rm -rf $(BUILD_DIR)

PHONY: build
PHONY: build problems score clean

0 comments on commit 7535911

Please sign in to comment.