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 - uses: actions/cache@v3
with: with:
path: ${{ steps.brew_cache.outputs.dir }} path: ${{ steps.brew_cache.outputs.dir }}
key: brew-${{ hashFiles('**/Brewfile.lock.json') }} key: brew-v3
restore-keys: brew-
- name: Git config - name: Git config
run: | run: |
git config user.name bot git config user.name bot

1
.gitignore vendored
View file

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