Skip to content

deploy: the new protocol fee controller with non-zero value for dynamic fee pool #648

deploy: the new protocol fee controller with non-zero value for dynamic fee pool

deploy: the new protocol fee controller with non-zero value for dynamic fee pool #648

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
- name: Compile
run: yarn prettier-check