Skip to content

chore: Update Docker build platforms to include linux/arm64 in README… #278

chore: Update Docker build platforms to include linux/arm64 in README…

chore: Update Docker build platforms to include linux/arm64 in README… #278

Workflow file for this run

name: Ruff
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ruff Lint
uses: chartboost/ruff-action@v1
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ruff Format
uses: chartboost/ruff-action@v1
with:
args: "format --diff"