Skip to content

Commit

Permalink
deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jan 11, 2025
1 parent bcba6cf commit 7e29607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create Release
on:
push:
tags:
- 'v*'
- "v*"

jobs:
build:
Expand All @@ -21,4 +21,4 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: |
See the [changelog](CHANGELOG.md).
See the [changelog](CHANGELOG.md).
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Deno environment
uses: denoland/setup-deno@v1
with:
Expand Down

0 comments on commit 7e29607

Please sign in to comment.