Skip to content

Commit

Permalink
upgrade deps; change editor; warn about nil keys; bump 0.14.31
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 6, 2021
1 parent 7ede094 commit 921b583
Show file tree
Hide file tree
Showing 5 changed files with 22,970 additions and 13,452 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v1
name: Cache node modules of yarn
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: ACTIONS_ALLOW_UNSECURE_COMMANDS
id: ACTIONS_ALLOW_UNSECURE_COMMANDS
run: echo 'ACTIONS_ALLOW_UNSECURE_COMMANDS=true' >> $GITHUB_ENV
Expand Down
Loading

0 comments on commit 921b583

Please sign in to comment.