Skip to content

Remove deprecated Certificate contact_id field (#465) #626

Remove deprecated Certificate contact_id field (#465)

Remove deprecated Certificate contact_id field (#465) #626

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- v*.*.*
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
- name: Run markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.5.0
with:
files: .
config_file: ".markdownlint.yaml"
test:
name: Ruby ${{ matrix.ruby-version }}
runs-on: ubuntu-latest
needs:
- markdown-lint
strategy:
matrix:
ruby-version:
- '3.2'
- '3.3'
- '3.4'
- '4.0'
- 'ruby-head'
- 'truffleruby-head'
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake