Overview
| Comment: | disable double github action |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
8e37b3f0284b7a8b66ba893960a8b4f2 |
| User & Date: | arcade on 2026-01-18 09:17:22.107 |
| Other Links: | manifest | tags |
Context
|
2026-01-18
| ||
| 09:23 | change how text size is calculated - calculate after replacements check-in: db04f7359b user: arcade tags: trunk | |
| 09:17 | disable double github action check-in: 8e37b3f028 user: arcade tags: trunk | |
| 09:13 | add html escaping check-in: 85fa6bddaa user: arcade tags: trunk | |
Changes
Modified .github/workflows/rust-clippy.yml
from [a00f422cb7]
to [150927a414].
1 | name: rust-ci | | < < < < < | 1 2 3 4 5 6 7 8 9 | name: rust-ci on: [ pull_request ] # sccache enable for rust/C builds env: SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" jobs: |
| ︙ | ︙ |