Skip to content

chore(deps): update actions/checkout action to v4.1.6 (#230) #425

chore(deps): update actions/checkout action to v4.1.6 (#230)

chore(deps): update actions/checkout action to v4.1.6 (#230) #425

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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 }}