Skip to content

Commit f8431e7

Browse files
committed
test: add name
1 parent 7456b2b commit f8431e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: test
2+
13
on:
24
push:
35
branches:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EIP-191 Code Signature (Typescript)
22

3-
[![test](https://github.com/andreas-timm/code-signature-ts/actions/workflows/test.yml/badge.svg)](https://github.com/andreas-timm/code-signature-ts/actions/workflows/test.yml)
3+
[![test](https://github.com/andreas-timm/code-signature-ts/actions/workflows/test/badge.svg)](https://github.com/andreas-timm/code-signature-ts/actions/workflows/test)
44

55
## Motivation
66
Ensuring the integrity and authenticity of text files, especially source code, makes sense. This module offers a tool to sign text files with an EVM account using EIP-191[^1] signatures, providing an alternative to GPG that is not tied to an email address.

0 commit comments

Comments
 (0)