Spaces:
Runtime error
Runtime error
marimo-github-maintenance-bot[bot]
[github-maintenance] Pin GitHub Actions to SHA hashes (#143)
7d87b36 unverified | name: Typos | |
| # Run on pull requests | |
| on: | |
| pull_request: {} | |
| jobs: | |
| typos: | |
| name: Check for typos | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 🛑 Cancel Previous Runs | |
| uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | |
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 | |
| - uses: crate-ci/typos@685eb3d55be2f85191e8c84acb9f44d7756f84ab # v1.29.4 | |
| with: | |
| config: .typos.toml | |