Skip to content

tests: drop key-related ACL test #454

tests: drop key-related ACL test

tests: drop key-related ACL test #454

Workflow file for this run

name: Ruff Linter
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check lint
uses: chartboost/ruff-action@v1
- name: Check formatting
uses: chartboost/ruff-action@v1
with:
args: 'format --check'