Skip to content

chore(deps): update dependency dprint-markup_fmt to v0.24.1 (#635) #38

chore(deps): update dependency dprint-markup_fmt to v0.24.1 (#635)

chore(deps): update dependency dprint-markup_fmt to v0.24.1 (#635) #38

Workflow file for this run

name: Save dprint plugin cache
permissions: {}
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "dprint.json"
- ".github/workflows/dprint.yml"
jobs:
cache:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
- uses: taiki-e/install-action@0be4756f42223b67aa4b7df5effad59010cbf4b9 # v2.62.51
with:
tool: dprint
- run: dprint check
- name: Save dprint plugin cache
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
key: dprint-${{ hashFiles('dprint.json') }}
path: ~/.cache/dprint