Skip to content

Feat: improve cached method invocations #162

Feat: improve cached method invocations

Feat: improve cached method invocations #162

Workflow file for this run

name: Ruff
on:
pull_request:
branches:
- master
- development
- experimental
- 'test*'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
changed-files: 'true'