Skip to content

Add price oracle spec #99

Add price oracle spec

Add price oracle spec #99

Workflow file for this run

name: Cadence Lint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Cadence Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-flow
- name: Run lint
run: make lint