Skip to content

Bump astral-sh/ruff-action from 3.5.1 to 3.6.1 (#287) #61

Bump astral-sh/ruff-action from 3.5.1 to 3.6.1 (#287)

Bump astral-sh/ruff-action from 3.5.1 to 3.6.1 (#287) #61

Workflow file for this run

# Copyright (c) ONNX Project Contributors
#
# SPDX-License-Identifier: Apache-2.0
name: Lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
ruff:
name: Ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1