Skip to content

chore(deps): bump structlog from 20.2.0 to 23.2.0 #953

chore(deps): bump structlog from 20.2.0 to 23.2.0

chore(deps): bump structlog from 20.2.0 to 23.2.0 #953

Workflow file for this run

name: Sanitize
on:
push:
branches:
- master
- develop
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v2
#
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
#
- name: Install dependencies
run: ./setup.sh --ci
#
- name: Lint
run: ./OpenCast.sh lint all
#
- name: Format
run: ./OpenCast.sh format all --check