Skip to content

Merge pull request #129 from next-tms/brody/add-carrier-tracking-url-… #108

Merge pull request #129 from next-tms/brody/add-carrier-tracking-url-…

Merge pull request #129 from next-tms/brody/add-carrier-tracking-url-… #108

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