Skip to content

switched from json to csv, added dotenv, and recovered from malsyncba… #63

switched from json to csv, added dotenv, and recovered from malsyncba…

switched from json to csv, added dotenv, and recovered from malsyncba… #63

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: --ignore E501