Skip to content

Feat: Increase Bounty List Pagination to 25 Items Per Page #1451

Feat: Increase Bounty List Pagination to 25 Items Per Page

Feat: Increase Bounty List Pagination to 25 Items Per Page #1451

Workflow file for this run

name: Eslint
on:
pull_request:
branches:
- "*"
jobs:
eslint:
name: eslint
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install
- name: Eslint
run: yarn run lint