Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

archiving anchore-cli #245

archiving anchore-cli

archiving anchore-cli #245

Workflow file for this run

name: Lint Python Code Using Black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable