Skip to content

[pull] main from github:main #1

[pull] main from github:main

[pull] main from github:main #1

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: master
pull_request: []
merge_group:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Ruby
uses: ruby/setup-ruby@af43264f2b94cc8451805dc51af7408f01de6471 # v1
with:
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
- name: Bootstrap
run: script/bootstrap
env:
SKIP_BUNDLER: true
- name: Tests
run: script/test