Skip to content

Merge branch 'dev' of https://github.com/GEOSYS/earthdaily-python-cli… #71

Merge branch 'dev' of https://github.com/GEOSYS/earthdaily-python-cli…

Merge branch 'dev' of https://github.com/GEOSYS/earthdaily-python-cli… #71

Workflow file for this run

name: ruff
on:
push:
branches:
- dev
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: "./earthdaily"
args: --ignore F401,E722
- uses: chartboost/ruff-action@v1
with:
src: "./earthdaily"
args: format
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'style(ruff) : automatic lint/format'