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

Update requirements.txt #45

Update requirements.txt

Update requirements.txt #45

Workflow file for this run

name: "Lint"
on:
pull_request:
branches:
- '**'
push:
branches:
- '**'
jobs:
lint:
runs-on: gasp
container: "amr-registry.caas.intel.com/heaven/python-3-9:latest"
steps:
- uses: actions/checkout@v3
- uses: intel-innersource/frameworks.actions.python-unittest@black