Skip to content

chore: allow ogmios v7 in instance and service version validation (#89) #208

chore: allow ogmios v7 in instance and service version validation (#89)

chore: allow ogmios v7 in instance and service version validation (#89) #208

Workflow file for this run

name: Clippy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./operator
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Clippy check lints
run: cargo clippy -- -D warnings