Skip to content

chore(deps-dev): bump ruff from 0.4.3 to 0.4.4 #190

chore(deps-dev): bump ruff from 0.4.3 to 0.4.4

chore(deps-dev): bump ruff from 0.4.3 to 0.4.4 #190

Workflow file for this run

name: ruff
on: [push]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up python
uses: ./.github/actions/python_setup
- name: set up poetry
uses: ./.github/actions/poetry_setup
- name: Setup reviewdog
uses: reviewdog/action-setup@v1.3.0
- name: run analyze(use reviewdog)
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: reviewdog -conf=./.github/actions/ruff.yml -reporter=github-check -filter-mode=nofilter -fail-on-error