Skip to content

Commit e165adc

Browse files
committed
add game
1 parent e4da2b9 commit e165adc

File tree

11 files changed

+781
-391
lines changed

11 files changed

+781
-391
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
schedule:
3-
- cron: '1 0 * * *'
3+
- cron: "1 0 * * *"
44
workflow_dispatch:
55

66
name: Check markdown links

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ main ]
3+
branches: [main]
44
workflow_dispatch:
55

66
jobs:
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16-
16+
1717
# Fix timestamps
1818
- name: restore timestamps
1919
uses: chetan/git-restore-mtime-action@v2

Taskfile.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
version: '3'
1+
version: "3"
22

33
tasks:
44
format: deno fmt ./
55
default:
66
cmds:
7-
- task: format
8-
- npm run build
9-
- builder --source-path ./written --build-path docs/ --base-url https://jtarchie.com --serve
10-
11-
7+
- task: format
8+
- npm run build
9+
- builder --source-path ./written --build-path docs/ --base-url https://jtarchie.com --serve

0 commit comments

Comments
 (0)