Skip to content

handle crash on race for missing lockfile #41

handle crash on race for missing lockfile

handle crash on race for missing lockfile #41

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
jobs:
markdown:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Lint Markdown
uses: actionshub/[email protected]
- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
ruby:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, 3.0, 3.1]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
- name: Run rubocop
run: ./scripts/run_rubocop