We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718caf4 commit cb28ef2Copy full SHA for cb28ef2
.github/workflows/ci.yml
@@ -4,8 +4,8 @@ on:
4
pull_request:
5
push:
6
tags:
7
- - 'v*'
8
- branches: [ main ]
+ - "v*"
+ branches: [main]
9
workflow_dispatch:
10
11
concurrency:
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v4
38
- name: Build and test
39
run: deno test --allow-read --allow-write --allow-run
40
-
+
41
lints:
42
name: Lints
43
runs-on: ubuntu-latest
README.md
@@ -38,7 +38,7 @@ The following algorithms are supported at this time:
- SSH U2F signatures (ECDSA and ed25519[^1])
[^1]: Requires support for Ed25519 algorithms (experimental in browsers, working
-in Deno)
+ in Deno)
[^2]: Requires support for P-521 (not available in Deno, so not tested)
44
0 commit comments