Skip to content

Cleaned-up: Changes needed to adapt uniswap v2 to saucerswap v1 #24

Cleaned-up: Changes needed to adapt uniswap v2 to saucerswap v1

Cleaned-up: Changes needed to adapt uniswap v2 to saucerswap v1 #24

Workflow file for this run

name: Charts Lint
on:
pull_request:
branches: [ main, release/**]
push:
branches: [ main, release/*]
tags: [ v* ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install ct
uses: helm/[email protected]
- name: Run lint
run: ct lint --config .github/ct.yaml --all