remove Brewfile.lock.json

This commit is contained in:
Nebel 2022-08-01 17:48:16 +09:00
parent 24ddf41240
commit 5263a4ef9c
2 changed files with 1 additions and 3 deletions

View file

@ -15,8 +15,7 @@ jobs:
- uses: actions/cache@v3
with:
path: ${{ steps.brew_cache.outputs.dir }}
key: brew-${{ hashFiles('**/Brewfile.lock.json') }}
restore-keys: brew-
key: brew-v3
- name: Git config
run: |
git config user.name bot

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
node_modules
Brewfile.lock.json
/book