Skip to content

chore(deps): bump axios from 0.24.0 to 1.6.0 in /webapp #958

chore(deps): bump axios from 0.24.0 to 1.6.0 in /webapp

chore(deps): bump axios from 0.24.0 to 1.6.0 in /webapp #958

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