Skip to content

Update Netflix ACTIVATE_URL (#385) #97

Update Netflix ACTIVATE_URL (#385)

Update Netflix ACTIVATE_URL (#385) #97

Workflow file for this run

name: Format/Lint
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
check_format_lint:
name: Check format/lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Run check
run: pnpm run check