Skip to content

Commit 7e80be6

Browse files
committed
aaaa
1 parent 16eb314 commit 7e80be6

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: main
33
on: [push, pull_request]
44

55
jobs:
6-
deploy-test:
6+
test:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- run: sudo apt-get install gifsicle graphicsmagick
10+
# - run: sudo apt-get install gifsicle graphicsmagick
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-node@v1
1313
with:
@@ -20,6 +20,8 @@ jobs:
2020
# - run: yarn test --ci
2121
# - run: yarn build:lib
2222

23-
- uses: platane/github-contribution-grid-snake@master
23+
- uses: actions/hello-world-javascript-action@v1
2424
with:
2525
github_user_name: platane
26+
27+
- run: ls

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# snk
2+
3+
Generate a snake game screen capture from your github contributions grid

0 commit comments

Comments
 (0)