Skip to content

feat(lint): add return-bomb lint (#14793) #808

feat(lint): add return-bomb lint (#14793)

feat(lint): add return-bomb lint (#14793) #808

Workflow file for this run

# CI job to run tests with isolation mode enabled by default
name: test-isolate
permissions: {}
on:
push:
branches: [master]
workflow_dispatch: # Needed so we can run it manually
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
RUSTC_WRAPPER: "sccache"
jobs:
nextest:
uses: ./.github/workflows/test.yml
permissions:
contents: read
with:
profile: isolate