Skip to content

build(deps-dev): bump sass from 1.77.1 to 1.78.0 in /reacnetgenerator/static/webpack #5273

build(deps-dev): bump sass from 1.77.1 to 1.78.0 in /reacnetgenerator/static/webpack

build(deps-dev): bump sass from 1.77.1 to 1.78.0 in /reacnetgenerator/static/webpack #5273

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 }}