Skip to content

Bump werkzeug from 2.3.6 to 3.0.1 #29

Bump werkzeug from 2.3.6 to 3.0.1

Bump werkzeug from 2.3.6 to 3.0.1 #29

Workflow file for this run

name: CI Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
name: Test and Lint ESAPYI
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run lint
run: ./run.sh lint
- name: Run tests
run: ./run.sh test