Document Stone v1 #17
Workflow file for this run
This file contains hidden or 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
| # SPDX-FileCopyrightText: 2026 AerynOS Developers | |
| # SPDX-License-Identifier: MPL-2.0 | |
| name: CI | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| pull_request: | |
| branches: [ "main" ] | |
| jobs: | |
| meta: | |
| runs-on: ubuntu-latest | |
| name: Non-code Checks | |
| steps: | |
| - name: Checkout source | |
| uses: actions/checkout@v6 | |
| - name: Check for typos | |
| uses: crate-ci/typos@v1.45.1 |