Skip to content

Commit 11e9e81

Browse files
committed
Merge branch 'master' of github.com:kiwiirc/irc-framework
2 parents 48876be + 54a1ffb commit 11e9e81

File tree

5 files changed

+5912
-7462
lines changed

5 files changed

+5912
-7462
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache-name: cache-node-modules
2626
with:
2727
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
28-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
28+
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }}
2929
restore-keys: |
3030
${{ runner.os }}-build-${{ env.cache-name }}-
3131
${{ runner.os }}-build-

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
/*.sublime-project
55
/*.sublime-workspace
66
/irc-framework-*.tgz
7+
/.nyc_output/
8+
/yarn-error.log

0 commit comments

Comments
 (0)