Skip to content

feat: now we can see if formation is_favirite or not. #121

feat: now we can see if formation is_favirite or not.

feat: now we can see if formation is_favirite or not. #121

Workflow file for this run

name: flake8 & ruff linter
on: [push]
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
args: "--config=./.flake8"
ruff-check:
runs-on: ubuntu-latest
name: check
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: "--config=./pyproject.toml"