Skip to content

fix: convert image to GCP #1998

fix: convert image to GCP

fix: convert image to GCP #1998

name: Python Code Quality

Check failure on line 1 in .github/workflows/python-code-quality.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python-code-quality.yml

Invalid workflow file

(Line: 17, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'astral-sh/ruff-action@@57714a7c8a2e59f32539362ba31877a1957dded1'
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
ruff-formatter:
runs-on: warp-ubuntu-2204-x64-2x
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: astral-sh/ruff-action@@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
with:
args: "format --diff --verbose --exclude libs/nearcore"
src: "."
ruff-linter:
runs-on: warp-ubuntu-2204-x64-2x
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
with:
args: "check --diff --verbose --extend-exclude libs/nearcore"
src: "."