Skip to content

chore(deps): update github-actions (#447) #16

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

chore(deps): update github-actions (#447) #16

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@5f6f3e0538d249cb0b47f8d5b636c120babeb082 # v2.58.6
with:
tool: dprint
- run: dprint check
- name: Save dprint plugin cache
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
key: dprint-${{ hashFiles('dprint.json') }}
path: ~/.cache/dprint