Skip to content

Bump ngx-echarts from 18.0.0 to 19.0.0 in /frontend (#563) #915

Bump ngx-echarts from 18.0.0 to 19.0.0 in /frontend (#563)

Bump ngx-echarts from 18.0.0 to 19.0.0 in /frontend (#563) #915

Workflow file for this run

name: Lint
# we run testing for both master and dev branches (but only on pull requests for master)
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'dev'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable