Skip to content

Bump zone.js from 0.14.10 to 0.16.0 in /frontend (#710) #1130

Bump zone.js from 0.14.10 to 0.16.0 in /frontend (#710)

Bump zone.js from 0.14.10 to 0.16.0 in /frontend (#710) #1130

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@v6
- uses: psf/black@stable