Skip to content

grab bag of incomplete features/fixes #7

grab bag of incomplete features/fixes

grab bag of incomplete features/fixes #7

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
env:
DENO_DIR: deno_dependency_cache
DENO_LOCKFILE: ${{ github.workspace }}/deno.lock
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: free -m
- name: Setup Repo
uses: actions/checkout@v3
- run: free -m
- name: Setup FFMPEG
uses: FedericoCarboni/setup-ffmpeg@v3
id: setup-ffmpeg
with:
ffmpeg-version: 7.0.1
- run: free -m
- name: Setup Deno
uses: denoland/setup-deno@v2
- run: free -m
- name: Cache Deno dependencies
uses: actions/cache@v4
with:
path: ${{ env.DENO_DIR }}
key: ${{ hashFiles(env.DENO_LOCKFILE) }}
- run: free -m
- name: Test
run: deno task test