Skip to content

text input that could be read as NA/None is now read as a string #40

text input that could be read as NA/None is now read as a string

text input that could be read as NA/None is now read as a string #40

name: Lint and Format
on:
push:
branches:
- main
- "dev-v[0-9]*"
paths:
- "src/**"
- "test/**"
- "pyproject.toml"
pull_request:
branches:
- main
- "dev-v[0-9]*"
paths:
- "src/**"
- "test/**"
- "pyproject.toml"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
version: 0.7.0
args: check
- uses: astral-sh/ruff-action@v1
with:
version: 0.7.0
args: format --check