Skip to content

fix(webapp): Only scroll the video list instead of full profile page #961

fix(webapp): Only scroll the video list instead of full profile page

fix(webapp): Only scroll the video list instead of full profile page #961

Workflow file for this run

name: Sanitize
on:
push:
branches:
- master
- develop
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v2
#
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
#
- name: Install dependencies
run: ./setup.sh --ci
#
- name: Lint
run: ./OpenCast.sh lint all
#
- name: Format
run: ./OpenCast.sh format all --check