Skip to content

Bootstrap v3 to v5 Migration and Code Refactoring #6

Bootstrap v3 to v5 Migration and Code Refactoring

Bootstrap v3 to v5 Migration and Code Refactoring #6

Workflow file for this run

name: PR Workflow
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- name: Bootstrap
run: make bootstrap
- name: Build and Test
run: make build-and-test