Skip to content

Feat#1284✨: Added Loadmore button to People-> Created Bounties #52

Feat#1284✨: Added Loadmore button to People-> Created Bounties

Feat#1284✨: Added Loadmore button to People-> Created Bounties #52

Workflow file for this run

name: Eslint
on:
pull_request:
branches:
- master
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