Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add RedisAPL #287

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/honky-dory-fox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#changelog
---
"app-sdk": minor
---
### Added

- `src/APL/index.ts`: added redis-apl export
- `src/APL/redis-apl.ts`: created Redis APL
- `src/APL/redis-apl.test.ts`: Tests for Redis APL

### Changed
- npm run lint changed a lot of files, guess it wasn't ran in a while :)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for a notice, but its not a changelog message and I don't see any linter changes committed, so we can remove this message

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 8.2.0
version: 8.2.0
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
Loading