Skip to content

fix(patches): patch opus to build on 32-bit armv8 #207

fix(patches): patch opus to build on 32-bit armv8

fix(patches): patch opus to build on 32-bit armv8 #207

Workflow file for this run

name: Lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Run lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install shfmt
uses: mfinelli/setup-shfmt@v4
- name: Run pre-commit
uses: pre-commit/action@v3.0.1