Skip to content

Cleaned up the clone process of AviGlitch::Avi #12

Cleaned up the clone process of AviGlitch::Avi

Cleaned up the clone process of AviGlitch::Avi #12

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.3']
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake