Skip to content

Commit efae6f2

Browse files
committed
aaaaaa
1 parent ae99398 commit efae6f2

33 files changed

+8
-174288
lines changed

β€Ž.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
steps:
1010
# - run: sudo apt-get install gifsicle graphicsmagick
1111
- uses: actions/checkout@v1
12-
- uses: actions/[email protected]
13-
with:
14-
node-version: 14
12+
# - uses: actions/[email protected]
13+
# with:
14+
# node-version: 14
1515

16-
- uses: bahmutov/[email protected]
16+
# - uses: bahmutov/[email protected]
1717

1818
# - run: yarn type
1919
# - run: yarn lint

β€ŽDockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ RUN apt-get update \
44
&& apt-get install -y --no-install-recommends gifsicle graphicsmagick \
55
&& rm -rf /var/lib/apt/lists/*
66

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

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

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

1414
CMD ["find", "/github"]
1515
# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]

β€Žpackages/action/.gitignore

-3
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-37.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-100 KB
Binary file not shown.

0 commit comments

Comments
Β (0)