Skip to content

Fix Luhn algorithm used in french companie's SIRET and sweden SSN #225

Fix Luhn algorithm used in french companie's SIRET and sweden SSN

Fix Luhn algorithm used in french companie's SIRET and sweden SSN #225

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
name: Ruby ${{ matrix.ruby }} test
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # 'bundle install' and cache
- run: bundle exec rake test