Skip to content

build(deps-dev): bump @babel/cli from 7.23.9 to 7.24.8 #794

build(deps-dev): bump @babel/cli from 7.23.9 to 7.24.8

build(deps-dev): bump @babel/cli from 7.23.9 to 7.24.8 #794

Workflow file for this run

name: Check flake8
on: [pull_request]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Lint with flake8
run: |
pip install flake8
make flake8