Skip to content

chore(deps): update github-actions (#302) #53

chore(deps): update github-actions (#302)

chore(deps): update github-actions (#302) #53

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@7a562dfa955aa2e4d5b0fd6ebd57ff9715c07b0b # v2.73.0
with:
tool: dprint
- run: dprint check
- name: Save dprint plugin cache
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
key: dprint-${{ hashFiles('dprint.json') }}
path: ~/.cache/dprint