Skip to content

Commit

Permalink
initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jul 18, 2022
1 parent e521950 commit 7316edd
Show file tree
Hide file tree
Showing 26 changed files with 4,056 additions and 944 deletions.
15 changes: 15 additions & 0 deletions .github/workflow/test.yml
@@ -0,0 +1,15 @@
name: Test

on:
push
pull_request

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn test
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -113,5 +113,7 @@ api_keys
hot_code

# System

.DS_Store

cache
artifacts

0 comments on commit 7316edd

Please sign in to comment.