Skip to content

Merge pull request #123 from next-tms/place-kit-0.0.2 #94

Merge pull request #123 from next-tms/place-kit-0.0.2

Merge pull request #123 from next-tms/place-kit-0.0.2 #94

Workflow file for this run

name: Checks
on: [push]
jobs:
syntax:
name: Syntax
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- run: |
gem install bundler
bundle install --jobs 4 --retry 3
- run: bundle exec rubocop