Skip to content

Test removal of quotes #245

Test removal of quotes

Test removal of quotes #245

Workflow file for this run

name: Linting
on:
push:
branches:
- main
- "renovate/**"
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Run pre-commit over the repo
uses: ./actions/linting
with:
pre-commit-config: ./.pre-commit-config.yaml