Skip to content

Commit cb28ef2

Browse files
committed
Reformat source
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
1 parent 718caf4 commit cb28ef2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
pull_request:
55
push:
66
tags:
7-
- 'v*'
8-
branches: [ main ]
7+
- "v*"
8+
branches: [main]
99
workflow_dispatch:
1010

1111
concurrency:
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- name: Build and test
3939
run: deno test --allow-read --allow-write --allow-run
40-
40+
4141
lints:
4242
name: Lints
4343
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following algorithms are supported at this time:
3838
- SSH U2F signatures (ECDSA and ed25519[^1])
3939

4040
[^1]: Requires support for Ed25519 algorithms (experimental in browsers, working
41-
in Deno)
41+
in Deno)
4242

4343
[^2]: Requires support for P-521 (not available in Deno, so not tested)
4444

0 commit comments

Comments
 (0)