Skip to content

Update add-to-project.yaml #219

Update add-to-project.yaml

Update add-to-project.yaml #219

Workflow file for this run

---
name: Linting
on:
push:
branches:
- main
- renovate/**
pull_request:
jobs:
linting:
runs-on: ubuntu-slim
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/linting@0a54f965cd2ff530f3313bbbaf384cf54bbb7374 # v0
with:
pre-commit-config: ./.pre-commit-config.yaml