Skip to content

Add Ag cohorts analysis 20240924 #8

Add Ag cohorts analysis 20240924

Add Ag cohorts analysis 20240924 #8

Workflow file for this run

name: My workflow
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.4' # Not needed with a `.ruby-version` or `.tool-versions`
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec jekyll build