Skip to content

Commit

Permalink
chore: Add build status to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bn3t committed Oct 15, 2024
1 parent 94880c2 commit a3e033e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ permissions:

jobs:
release-please:
permissions:
contents: write
pull-requests: write # Ensure this is included under the job as well
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Build Status](https://github.com/bn3t/ssin-lib/actions/workflows/ci.yml/badge.svg)

# SSIN Library

A TypeScript library for handling and manipulating SSIN (Social Security Identification Number) in a consistent and robust manner. This library provides functionality for validation, formatting, extracting details like birthdate, gender, and generating SSIN numbers.
Expand Down

0 comments on commit a3e033e

Please sign in to comment.