[front] feat: analysis page now displays the video title in its HTML doc title #10497
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Browser extension lint | |
on: [push, pull_request] | |
defaults: | |
run: | |
working-directory: browser-extension | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: '18' | |
- run: yarn install --frozen-lockfile | |
- run: yarn lint |