Skip to content

Commit

Permalink
feat(git): add git package
Browse files Browse the repository at this point in the history
  • Loading branch information
tugrulates committed Feb 13, 2025
2 parents 7aab96f + cac87f1 commit f251621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,3 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

publish:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup
uses: denoland/setup-deno@v2

- name: Publish (dry run)
run: deno publish --dry-run
4 changes: 4 additions & 0 deletions .github/workflows/title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ jobs:
test
scopes: |
\*
async
cli
http
git
github
testing

0 comments on commit f251621

Please sign in to comment.