Skip to content

Update deepdiff requirement from ==7.0.* to >=7.0,<8.2 #14

Update deepdiff requirement from ==7.0.* to >=7.0,<8.2

Update deepdiff requirement from ==7.0.* to >=7.0,<8.2 #14

Workflow file for this run

---
name: Prettier-fix
on: [pull_request, push, workflow_dispatch]
permissions:
contents: write
jobs:
prettier-fix:
## Run only if the actor is not the GitHub Actions bot
#if: github.actor != 'github-actions[bot]'
runs-on: ubuntu-latest
# Limit the running time
timeout-minutes: 10
steps:
- name: Invoke the Prettier fix
# Use the latest commit in the main branch.
uses: WorkOfStan/prettier-fix@main
with:
#node-version: "20"
commit-changes: false