Skip to content

chore(deps): renovate: paddyroddy/.github to 74c839e #130

chore(deps): renovate: paddyroddy/.github to 74c839e

chore(deps): renovate: paddyroddy/.github to 74c839e #130

Workflow file for this run

---
name: Linting
on:
push:
branches:
- main
- renovate/**
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/linting@74c839e22766d2f6c806432ab1c6f1acea38ac59 # v0
with:
pre-commit-config: ./.pre-commit-config.yaml
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/vale@74c839e22766d2f6c806432ab1c6f1acea38ac59 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}