Skip to content

chore(deps): renovate: rbubley/mirrors-prettier to v3.7.3 (#84) #191

chore(deps): renovate: rbubley/mirrors-prettier to v3.7.3 (#84)

chore(deps): renovate: rbubley/mirrors-prettier to v3.7.3 (#84) #191

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