Skip to content

ci: add race-detector job; fix real races, flakes, and CI setup bugs #24852

ci: add race-detector job; fix real races, flakes, and CI setup bugs

ci: add race-detector job; fix real races, flakes, and CI setup bugs #24852

Workflow file for this run

---
# The workflow name **must** be "autofix.ci" for Autofix CI to function correctly.
# Any deviation from this name will cause Autofix CI to fail, as it relies on this
# specific identifier for execution. This is a strict requirement of Autofix CI.
name: autofix.ci
on: pull_request
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
- run: echo "See Atmos Pro"