Skip to content

chore(deps): update github actions (#351) #65

chore(deps): update github actions (#351)

chore(deps): update github actions (#351) #65

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@cde8c9e634f4a17bc06b61413ac0ef75450eac46 # v2.81.4
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