Skip to content

chore: add report prefix to performance analyzer script #160

chore: add report prefix to performance analyzer script

chore: add report prefix to performance analyzer script #160

Workflow file for this run

name: Lint
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
permissions:
checks: write
contents: write
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Python v. 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install Python dependencies
run: pip install black flake8
- name: Lint
uses: wearerequired/lint-action@v1.11.1
with:
auto_fix: true
black: true