Skip to content

Allow for completely nil sanitization #94

Allow for completely nil sanitization

Allow for completely nil sanitization #94

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- "**/*.rb"
permissions:
contents: write
jobs:
lint:
uses: gjtorikian/actions/.github/workflows/ruby_lint.yml@main
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}