Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /agents/fs #531

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /agents/fs

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /agents/fs #531

Workflow file for this run

name: code-style
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: jamescurtin/isort-action@master