Skip to content

chore(deps): update taiki-e/install-action action to v2.79.3 (#327) #63

chore(deps): update taiki-e/install-action action to v2.79.3 (#327)

chore(deps): update taiki-e/install-action action to v2.79.3 (#327) #63

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@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
- uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3
with:
tool: dprint
- run: dprint check
- name: Save dprint plugin cache
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
key: dprint-${{ hashFiles('dprint.json') }}
path: ~/.cache/dprint