Skip to content

Add lua pre-commit hooks (#250) #421

Add lua pre-commit hooks (#250)

Add lua pre-commit hooks (#250) #421

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ./actions/linting
with:
pre-commit-config: ./.pre-commit-config.yaml