Skip to content

chore(deps): bump flask from 2.2.3 to 2.2.5 in /templates/python/flask #4209

chore(deps): bump flask from 2.2.3 to 2.2.5 in /templates/python/flask

chore(deps): bump flask from 2.2.3 to 2.2.5 in /templates/python/flask #4209

Workflow file for this run

name: Func Check Source
on: [pull_request]
jobs:
check:
name: Check Source
strategy:
matrix:
go: [1.20.2]
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Check
run: make check