Skip to content

Merge pull request #2129 from CounterpartyXCP/develop #2682

Merge pull request #2129 from CounterpartyXCP/develop

Merge pull request #2129 from CounterpartyXCP/develop #2682

Workflow file for this run

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