mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-17 18:40:47 +00:00
Fix Ci (#238)
This commit is contained in:
parent
d875eefed0
commit
d67bc945ce
3
.github/workflows/lint-test.yml
vendored
3
.github/workflows/lint-test.yml
vendored
@ -30,3 +30,6 @@ jobs:
|
||||
VITE_COMMIT_SHA: some_sha
|
||||
- run: yarn lint
|
||||
- run: yarn test
|
||||
env:
|
||||
TZ: UTC
|
||||
VITE_COMMIT_SHA: some_sha
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Darkwire.io
|
||||
|
||||
[](https://circleci.com/gh/darkwire/darkwire.io)
|
||||
|
||||
Simple encrypted web chat. Powered by [socket.io](http://socket.io), the [web cryptography API](https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto). This project is an example of how client side encryption works and how you can integrate it as a chat service.
|
||||
|
||||
[](https://heroku.com/deploy)
|
||||
|
Loading…
x
Reference in New Issue
Block a user