Skip to content

feat: monitor sealevel ATA payer balances in the key funder #9214

feat: monitor sealevel ATA payer balances in the key funder

feat: monitor sealevel ATA payer balances in the key funder #9214

Workflow file for this run

# This is here to satisfy the PR requirements when no rust changes occur.
name: rust
on:
push:
branches: [main]
paths:
- '**/*'
- '!rust/main/**'
- '!rust/sealevel/**'
- '!.github/workflows/rust.yml'
pull_request:
branches: [main]
paths:
- '**/*'
- '!rust/main/**'
- '!rust/sealevel/**'
- '!.github/workflows/rust.yml'
env:
CARGO_TERM_COLOR: always
jobs:
test-rs:
runs-on: ubuntu-latest
steps:
- run: 'echo "No test required" '
lint-rs:
runs-on: ubuntu-latest
steps:
- run: 'echo "No lint required" '