Skip to content

Add Regexp#fixed_encoding? #6265

Add Regexp#fixed_encoding?

Add Regexp#fixed_encoding? #6265

Workflow file for this run

name: Format
on:
push:
branches:
- master
pull_request:
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: install dependencies
run: sudo apt-get install -y -q ruby clang-format
- name: format
run: rake format
- uses: EndBug/add-and-commit@v9
with:
author_name: Tim Morgan
author_email: [email protected]
message: "Format code with clang-format (automated)"