Skip to content

Added finished tab for farming #36

Added finished tab for farming

Added finished tab for farming #36

Workflow file for this run

name: Format
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2
with:
configFile: .commitlintrc.json
helpURL: https://docs.pancakeswap.finance/code/contributing#committing
code:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 18.x
- name: Install dependencies
run: yarn install
- name: Run prettier
run: yarn format:check