Skip to content

remove redundant mrb_hash_get call #88

remove redundant mrb_hash_get call

remove redundant mrb_hash_get call #88

Workflow file for this run

# https://github.com/j178/prek
name: pre-commit
on: [pull_request]
permissions:
contents: read
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v6
with:
persist-credentials: false
- uses: j178/prek-action@v1
with:
extra-args: --all-files