Skip to content

ci(renovate): pin marcusrbrown/renovate-config to v2 #404

ci(renovate): pin marcusrbrown/renovate-config to v2

ci(renovate): pin marcusrbrown/renovate-config to v2 #404

Workflow file for this run

---
name: main
'on':
pull_request:
push:
workflow_dispatch:
concurrency: ${{ github.workflow }}-${{ github.event.number || github.ref }}
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Checkout Branch
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ github.head_ref }}
- name: 💅🏽 Run Prettier
uses: creyD/prettier_action@31355f8eef017f8aeba2e0bc09d8502b13dbbad1 # v4.3
env:
PRETTIER_VERSION: 3.2.5 # renovate: datasource=npm depName=prettier
with:
prettier_options: --check .
prettier_version: ${{ env.PRETTIER_VERSION }}