Skip to content

Commit

Permalink
Unit tests (#5)
Browse files Browse the repository at this point in the history
* test: added few tests in internal package

* fix: reviewdog yaml added, some unit tests are updated.

* lint error fixed

* fix: reviewdog is removed

* fix: ignore cmd by codecov

* fix: updated ci workflow

* test: unit tests added

* test:unit tests updated

* test: more unit tests related to response structs, reviewdog workflow.

* fix: reviewdog workflow corrected

* fix: reviewdog yaml

* fix: reviedog workflow

* fix: reviewdog workflow

* fix: release workflow

* fix: go-version in reviewdog.yaml

* fix: publish workflow added
  • Loading branch information
r-goswami committed Jun 3, 2023
1 parent 96e0a82 commit 1278d0f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
release:
types:
- published
name: Update Go Module Index
jobs:
bump-index:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Ping endpoint
run: curl "https://proxy.golang.org/github.com/r-goswami/email-validator/@v/$(git describe HEAD --tags --abbrev=0).info"

0 comments on commit 1278d0f

Please sign in to comment.