Skip to content

Commit

Permalink
fix(rsa): fix rsa types
Browse files Browse the repository at this point in the history
  • Loading branch information
marmos91 committed Dec 14, 2021
1 parent 388ae07 commit 3d0c4de
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 490 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Test
on:
push:
branches:
- '**'
- '!master'
- "**"
- "!master"

jobs:
test:
Expand All @@ -16,6 +16,12 @@ jobs:
node: [12, 14, 16]
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Reconfigure git to use HTTPS authentication
uses: GuillaumeFalourd/SSH-to-HTTPS@v1
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
Expand Down
Loading

0 comments on commit 3d0c4de

Please sign in to comment.