update: allow more spaces for .tool-versions

This commit is contained in:
ronnnnn 2024-07-30 19:22:10 +09:00
parent 4bc047ad25
commit 3a291305ac
No known key found for this signature in database
GPG key ID: B927D86C6064A7CB
2 changed files with 5 additions and 1 deletions

View file

@ -97,6 +97,10 @@ jobs:
file: .tool-versions
run: |
echo "bun1.1.0" > .tool-versions
- name: .tool-versions (bun 1.1.0)
file: .tool-versions
run: |
echo "bun 1.1.0" > .tool-versions
- name: .bumrc (1.1.0)
file: .bumrc
run: |