-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: runs in strict mode aka deno v0.34.0 (closes #16)
- Loading branch information
1 parent
3ca4800
commit ba9e890
Showing
21 changed files
with
503 additions
and
973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,19 +10,19 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: clone repo | ||
uses: actions/checkout@v1.0.0 | ||
uses: actions/checkout@v2.0.0 | ||
- name: install deno | ||
uses: denolib/setup-deno@v1.1.0 | ||
uses: denolib/setup-deno@v1.2.0 | ||
- name: run tests | ||
run: deno run --allow-env ./test/signv4.ts | ||
test_local: | ||
name: test dynamodb local | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: clone repo | ||
uses: actions/checkout@v1.0.0 | ||
uses: actions/checkout@v2.0.0 | ||
- name: install deno | ||
uses: denolib/setup-deno@v1.1.0 | ||
uses: denolib/setup-deno@v1.2.0 | ||
- name: start a local dynamodb | ||
run: curl -fsSL https://denopkg.com/chiefbiiko/[email protected]/start_db.sh | bash | ||
- name: sleep 2 allow db startup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
dynamodb_local_latest.zip | ||
dynamodb_local_latest | ||
dynamodb_local_latest* | ||
shared-local-instance.db* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.