Skip to content

AudioResampler: initialize frame_.samples_per_channel_ (#779) #1

AudioResampler: initialize frame_.samples_per_channel_ (#779)

AudioResampler: initialize frame_.samples_per_channel_ (#779) #1

Workflow file for this run

name: License Check
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
license-check:
name: License Check
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Hawkeye
run: |
export VERSION=v6.3.0
curl --proto '=https' --tlsv1.2 -LsSf \
https://github.com/korandoru/hawkeye/releases/download/$VERSION/hawkeye-installer.sh | sh
- name: Check License Headers
run: hawkeye check