Skip to content

fix: fix cache key error #4

fix: fix cache key error

fix: fix cache key error #4

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Init Hermit
uses: cashapp/activate-hermit@v1
with:
cache: true
- uses: pre-commit/[email protected]