Skip to content

Add attention, please. launch banner #77

Add attention, please. launch banner

Add attention, please. launch banner #77

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: sudo apt-get update && sudo apt-get install -y ffmpeg
- run: npm ci
- run: npm run check