Skip to content

chore(deps): renovate: paddyroddy/.github to 38f0d7e #157

chore(deps): renovate: paddyroddy/.github to 38f0d7e

chore(deps): renovate: paddyroddy/.github to 38f0d7e #157

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@34a2324be1dd830fc19567cf154acff7d15b4dee # v0
with:
pre-commit-config: ./.pre-commit-config.yaml
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/vale@34a2324be1dd830fc19567cf154acff7d15b4dee # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}