Skip to content

Merge pull request #316 from 1inch/docs/maker-flags-fix #1175

Merge pull request #316 from 1inch/docs/maker-flags-fix

Merge pull request #316 from 1inch/docs/maker-flags-fix #1175

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn test:ci
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn coverage
- uses: codecov/codecov-action@v3