Skip to content

chore(deps): renovate: paddyroddy/.github to 61f147d #127

chore(deps): renovate: paddyroddy/.github to 61f147d

chore(deps): renovate: paddyroddy/.github to 61f147d #127

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