Skip to content

Commit

Permalink
Remove format and test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubenkov committed Dec 20, 2023
1 parent 4f42d1a commit b63a00c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 82 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/format.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-slim

RUN apt-get update && apt-get install -y \
python3 make g++ wget jq \
python3 make g++ wget jq git \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /usr/src/app
Expand Down

0 comments on commit b63a00c

Please sign in to comment.