Skip to content

Bump yard from 0.9.27 to 0.9.35 #2

Bump yard from 0.9.27 to 0.9.35

Bump yard from 0.9.27 to 0.9.35 #2

Workflow file for this run

name: Run CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up tests
run: |
docker-compose build
docker-compose run --rm test bundle install
- name: Run standardrb
run: docker-compose run --rm test bundle exec standardrb
- name: Run tests
run: docker-compose run --rm test