Skip to content

Fixing almost all e2e cases. Added Mainnet deployment configuration. #1377

Fixing almost all e2e cases. Added Mainnet deployment configuration.

Fixing almost all e2e cases. Added Mainnet deployment configuration. #1377

Workflow file for this run

name: Lint relayer
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
name: Lint relayer
runs-on: [self-hosted, Linux, X64, large]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: "Install Rust toolchain"
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6
- name: Lint relayer code
shell: bash
run: make relayer-lint