Skip to content

build(deps): bump jsrender from 1.0.14 to 1.0.15 in /reacnetgenerator/static/webpack #5275

build(deps): bump jsrender from 1.0.14 to 1.0.15 in /reacnetgenerator/static/webpack

build(deps): bump jsrender from 1.0.14 to 1.0.15 in /reacnetgenerator/static/webpack #5275

Workflow file for this run

on:
push:
branches:
- master
tags:
- v*
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
name: Test and deploy
jobs:
test:
name: Test with tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
architecture: 'x64'
- run: pip install tox tox-gh-actions tox-uv
- run: tox
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}