Skip to content

feat: add logo and add-getting-started #1

feat: add logo and add-getting-started

feat: add logo and add-getting-started #1

Workflow file for this run

name: Lint Check
on:
pull_request:
types: [synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: black Lint
uses: psf/black@stable
with:
src: "./src/iracing_garage"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
path: "./src/iracing_garage"