Skip to content

Enabled Scrolling for Organization Bounties page #791

Enabled Scrolling for Organization Bounties page

Enabled Scrolling for Organization Bounties page #791

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 --cwd ./frontend/app install
- name: Eslint
run: yarn --cwd ./frontend/app run lint