Skip to content

Remove empty keyword hash when Integer#send is used #7042

Remove empty keyword hash when Integer#send is used

Remove empty keyword hash when Integer#send is used #7042

Workflow file for this run

name: Format
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
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)"