Skip to content

chore(deps): renovate: actions/checkout to 08eba0b #148

chore(deps): renovate: actions/checkout to 08eba0b

chore(deps): renovate: actions/checkout to 08eba0b #148

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