Skip to content

Fix eval vulnerability (#944) #20

Fix eval vulnerability (#944)

Fix eval vulnerability (#944) #20

Workflow file for this run

name: Ruff Format
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: astral-sh/ruff-action@v1
with:
args: "check --output-format=github"
changed-files: "true"