Skip to content

Commit

Permalink
chore: respect version file
Browse files Browse the repository at this point in the history
  • Loading branch information
vanppo committed Jan 9, 2025
1 parent ebc91e6 commit 8546c38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main, 'epic/**']
branches: [main, "epic/**"]

jobs:
ci:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: "v1.x"
deno-version-file: .tool-versions

- name: Check formatting
run: deno fmt --check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: "v1.x"
deno-version-file: .tool-versions

- name: Build and Archive jcli
run: |
Expand Down

0 comments on commit 8546c38

Please sign in to comment.