Add typos command for linting and tidying and fix issues it found

This commit is contained in:
Dave Rolsky
2024-05-18 12:11:04 +08:00
parent 9b467e6799
commit 2297f8e434
3 changed files with 13 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ runs:
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
if: ${{ steps.determine-cross-compile.outputs.needs-cross == 'true' }}
# We need to accesss this in both this YAML config and shell scripts. It
# We need to access this in both this YAML config and shell scripts. It
# doesn't seem like using ${{ env.RUNNER_TEMP }} works in the YAML config.
- name: Set directory for installing cross
id: set-cross-dir