Skip to content

Fix stream_template being cached as json array. Fixes #511 #96

Fix stream_template being cached as json array. Fixes #511

Fix stream_template being cached as json array. Fixes #511 #96

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main, "*.x"]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: 3.x
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
if: ${{ !cancelled() }}