Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Feb 11, 2024
1 parent beca7b8 commit d40bfd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Deno
uses: denoland/setup-deno@v1.0.0
with:
deno-version: 1.x
uses: denoland/setup-deno@v1

- name: setup git config
run: |
Expand Down
4 changes: 1 addition & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"check": "deno fmt && deno lint"
},
"fmt": {
"files": {
"exclude": ["CHANGELOG.md"]
}
"exclude": ["CHANGELOG.md"]
}
}

0 comments on commit d40bfd5

Please sign in to comment.