Skip to content

tests: check eACL can't be set with the final bit #176

tests: check eACL can't be set with the final bit

tests: check eACL can't be set with the final bit #176

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'