Skip to content

Commit

Permalink
Prefer Kirby
Browse files Browse the repository at this point in the history
My daughter has a preference for Kirby instead of Pikachu. Therefore,
I choose Kirby for the visual notification.
  • Loading branch information
jserv committed Jan 26, 2024
1 parent be86d0f commit d40b5e9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 24 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lab0-c:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4
- uses: webfactory/[email protected]
continue-on-error: true
with:
Expand All @@ -24,19 +24,18 @@ jobs:
- name: make check
run: |
make check || (cat scripts/weeping.raw ; exit 1)
cat scripts/pikachu.raw
cat scripts/kirby.raw
- name: make test
run: |
make test || (cat scripts/weeping.raw ; exit 1)
cat scripts/pikachu.raw
cat scripts/kirby.raw
coding-style:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4
- name: coding convention
run: |
sudo apt-get install -q -y clang-format-14
sh .ci/check-format.sh
cat scripts/pikachu.raw
shell: bash
17 changes: 17 additions & 0 deletions scripts/kirby.raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[?25l  ▁▃▅▆▆▇▇▇▇▇▆▅▄▃▂ 
 ▄▆▇▇▇▇▇▅▆▇ ▁ ╴▅▃ 
▗▘ ┏▇▝▎ ▉╴ ╻ ▇▇▇▇▇▇▆▄▁ 
▎ ▉▝▁▘▏ ▍▂▂▋ ▆▖
▝▆▄▁ ▂▃▂▁ ▊▄▄▋ ▎▄▄▍ ▁▂▊
▝╴ ▌ ▝ ▊ ▃▃▏▁▁▁▝▃▄ ▗▆ ┈▇▆ ▁▁▂▂▄▅ ▘
 ▇▄▏ ▇▆▆▇ ▎▅▄▄▖▏ ▆▃▃▃▄▆ ▉▍ ▆▁▃ 
 ▌ ▇▅▄▄▆ ▗ ▗▄▆ 
 ▝┊ ▉▘▗▘▆▃ 
 ▝ ▃▘━▌ ▆▝▃ 
 ▝▖▂ ▁▂▄▇▘ ▘  ▍ 
 ▅▃▅▄▃▂▁▁▁▁▁▁▁▂▃▄▆▇▆ ▃▘   
 ▖▇▅▃▂ ▇▆▇▇▅▇▆▆▁▁▁▄▅ ▁▘ 
 ▄ ▆▆▆▆▆▇▊▇ ▆▆▅▅▄▄▄▅ 
 ▆▄╵ ▘ 
 ▅▂▁ ▁▃▘ 
[?25h
19 changes: 0 additions & 19 deletions scripts/pikachu.raw

This file was deleted.

0 comments on commit d40b5e9

Please sign in to comment.