Skip to content

Register agent providers on workflow #2806

Register agent providers on workflow

Register agent providers on workflow #2806

Workflow file for this run

name: ci
on:
pull_request:
branches:
- '**'
push:
branches:
- main
schedule:
- cron: '45 4 * * *'
env:
CI: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y ripgrep graphviz wamerican
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake sorbet
- run: bundle exec rake rubocop_ci
- run: bundle exec rake test