Skip to content

chore(deps): update dependency lefthook to v1.7.14 (#8) #14

chore(deps): update dependency lefthook to v1.7.14 (#8)

chore(deps): update dependency lefthook to v1.7.14 (#8) #14

Workflow file for this run

name: Format
on:
push:
jobs:
format:
name: Format
runs-on: ubuntu-latest
if: github.actor == 'shopify[bot]'
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version-file: package.json
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-node-
- name: Install Node packages
run: npm install
- name: Format files
run: npm run fix:prettier
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
with:
commit_message: Format files