Skip to content

Allow an existing access token to be used with client #29

Allow an existing access token to be used with client

Allow an existing access token to be used with client #29

Workflow file for this run

name: ruff
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1