Skip to content

Fix Luhn algorithm used in french companie's SIRET and sweden SSN (#548) #39

Fix Luhn algorithm used in french companie's SIRET and sweden SSN (#548)

Fix Luhn algorithm used in french companie's SIRET and sweden SSN (#548) #39

Workflow file for this run

name: RuboCop
on:
pull_request:
push:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest
name: RuboCop lint
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 'ruby'
bundler-cache: true # 'bundle install' and cache
- name: Set up Rubocop problem matcher
run: echo "::add-matcher::${GITHUB_WORKSPACE}/.github/rubocop.json"
- run: bundle exec rake rubocop