Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Modernize transloadify #90

Modernize transloadify

Modernize transloadify #90

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 1
- uses: actions/setup-node@v6
with:
node-version: 24.x
- name: Install
run: |
corepack yarn
- name: Lint
run: |
corepack yarn lint
- name: Test
env:
TRANSLOADIT_KEY: ${{ secrets.TRANSLOADIT_KEY }}
TRANSLOADIT_SECRET: ${{ secrets.TRANSLOADIT_SECRET }}
run: |
corepack yarn test