The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/.github/workflows/rust-skiped.yml

29 lines
476 B

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