Skip to content

Bump tar from 6.1.11 to 6.2.1 in /example #59

Bump tar from 6.1.11 to 6.2.1 in /example

Bump tar from 6.1.11 to 6.2.1 in /example #59

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.3']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: ./script/test