Skip to content

Earn GRC addition

Earn GRC addition #444

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- name: Install Bundle Dependencies
run: bundle install
- name: Build
run: bundle exec jekyll build