Skip to content

Renovate: actions/download-artifact to v8 #244

Renovate: actions/download-artifact to v8

Renovate: actions/download-artifact to v8 #244

Workflow file for this run

---
name: Linting
on:
push:
branches:
- main
- renovate/**
pull_request:
jobs:
linting:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-slim
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/linting@c10c22228d0805aae28a9f8271da4f5d8176ab4b # v0
with:
pre-commit-config: ./.pre-commit-config.yaml
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/vale@d5aea086eaabccae4bcf39786ad5138b629755a6 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}