Skip to content

Make handler field support only snake_case in configuration #363

Make handler field support only snake_case in configuration

Make handler field support only snake_case in configuration #363

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: build
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: build
run: script/build