We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eb314 commit 7e80be6Copy full SHA for 7e80be6
2 files changed
.github/workflows/main.yml
@@ -3,11 +3,11 @@ name: main
3
on: [push, pull_request]
4
5
jobs:
6
- deploy-test:
+ test:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - run: sudo apt-get install gifsicle graphicsmagick
+ # - run: sudo apt-get install gifsicle graphicsmagick
11
- uses: actions/checkout@v1
12
- uses: actions/setup-node@v1
13
with:
@@ -20,6 +20,8 @@ jobs:
20
# - run: yarn test --ci
21
# - run: yarn build:lib
22
23
- - uses: platane/github-contribution-grid-snake@master
+ - uses: actions/hello-world-javascript-action@v1
24
25
github_user_name: platane
26
+
27
+ - run: ls
README.md
@@ -0,0 +1,3 @@
1
+# snk
2
+Generate a snake game screen capture from your github contributions grid
0 commit comments