Skip to content

Merge pull request #4 from flaxandteal/fix/NoneType-had-no-attribute-get #59

Merge pull request #4 from flaxandteal/fix/NoneType-had-no-attribute-get

Merge pull request #4 from flaxandteal/fix/NoneType-had-no-attribute-get #59

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: "./arches_orm"