Fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos 2023-06-05 20:00:03 +02:00
parent bd6b4b6205
commit 003523a548
No known key found for this signature in database
GPG key ID: 95998121D9D25F5D
4 changed files with 78 additions and 78 deletions

File diff suppressed because one or more lines are too long

78
dist/setup/index.js vendored

File diff suppressed because one or more lines are too long

View file

@ -405,7 +405,7 @@ jobs:
with:
python-version: "3.8.0"
cache: "poetry"
- run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occured on the primary key
- run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occurred on the primary key
```
## Environment variables

View file

@ -11,7 +11,7 @@ import * as tc from '@actions/tool-cache';
// Python has "scripts" or "bin" directories where command-line tools that come with packages are installed.
// This is where pip is, along with anything that pip installs.
// There is a seperate directory for `pip install --user`.
// There is a separate directory for `pip install --user`.
//
// For reference, these directories are as follows:
// macOS / Linux: