Skip to content

feat: add update command #16

feat: add update command

feat: add update command #16

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install flake8
run: |
python3 -m pip install flake8
- name: Run flake8
run: |
python3 -m flake8