actually checkout the repo

pull/399/head
Tom Arra 3 years ago
parent 3201267fc6
commit a891d62e18

@ -11,6 +11,9 @@ jobs:
name: Continuous Integration
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check spelling
uses: zwaldowski/cspell-action@v1
with:

@ -3,9 +3,11 @@
"enabled": true,
"language": "en",
"words": [
"leaderboard"
"firestore",
"leaderboard",
"unawaited"
],
"ignorePaths": [
".github/workflows/**"
".github/workflows/**"
]
}
}

Loading…
Cancel
Save