Updated aarch64-unknown-linux-gnu rustflags, updated rust Earthly targets #147
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Spell Check | |
on: | |
workflow_call: | |
pull_request: | |
jobs: | |
publish: | |
name: Check if everything in the repo is spelled correctly. | |
runs-on: ubuntu-latest | |
env: | |
FORCE_COLOR: 1 | |
steps: | |
- uses: earthly/actions-setup@v1 | |
with: | |
version: v0.7.8 | |
- uses: actions/checkout@v4 | |
- name: Check spelling of everything | |
run: earthly -P +spell-check |