Skip to content

Extend protocol fees per order class query to all chains #389

Extend protocol fees per order class query to all chains

Extend protocol fees per order class query to all chains #389

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
jobs:
sqlfluff:
name: SQLFluff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Install SQLFluff
run: pip install sqlfluff
- name: Run SQLFluff
run: sqlfluff lint .
nitpicker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ethanis/nitpicker@v1
with:
nitpicks: ".github/nitpicks.yml"
token: "${{ secrets.GITHUB_TOKEN }}"