Skip to content

Commit

Permalink
aaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Jul 19, 2020
1 parent ae99398 commit efae6f2
Show file tree
Hide file tree
Showing 33 changed files with 8 additions and 174,288 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
# - run: sudo apt-get install gifsicle graphicsmagick
- uses: actions/checkout@v1
- uses: actions/[email protected]
with:
node-version: 14
# - uses: actions/[email protected]
# with:
# node-version: 14

- uses: bahmutov/[email protected]
# - uses: bahmutov/[email protected]

# - run: yarn type
# - run: yarn lint
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends gifsicle graphicsmagick \
&& rm -rf /var/lib/apt/lists/*

COPY tsconfig.json package.json yarn.lock ./generate-snake-game-from-github-contribution-grid/
COPY packages ./generate-snake-game-from-github-contribution-grid/packages/
COPY tsconfig.json package.json yarn.lock ./platane-aa/
COPY packages ./platane-aa/packages/

RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn install --frozen-lockfile )
RUN ( cd ./platane-aa ; yarn install --frozen-lockfile )

RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn build:action )
RUN ( cd ./platane-aa ; yarn build:action )

CMD ["find", "/github"]
# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]
Expand Down
3 changes: 0 additions & 3 deletions packages/action/.gitignore

This file was deleted.

Binary file removed packages/action/dist/build/Release/canvas.node
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libcairo.so.2
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libcroco-0.6.so.3
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libexpat.so.1
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libffi.so.6
Binary file not shown.
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libfreetype.so.6
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libfribidi.so.0
Binary file not shown.
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libgif.so.7
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libgio-2.0.so.0
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libglib-2.0.so.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libharfbuzz.so.0
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libjpeg.so.62
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libpango-1.0.so.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libpcre.so.1
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libpixman-1.so.0
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libpng16.so.16
Binary file not shown.
Binary file removed packages/action/dist/build/Release/librsvg-2.so.2
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libstdc++.so.6
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libxml2.so.2
Binary file not shown.
Binary file removed packages/action/dist/build/Release/libz.so.1
Binary file not shown.
Loading

0 comments on commit efae6f2

Please sign in to comment.