Skip to content

readme: mention that Samba 4.21 is the target version #86

readme: mention that Samba 4.21 is the target version

readme: mention that Samba 4.21 is the target version #86

Workflow file for this run

name: lint
on: push
jobs:
lint:
name: ruff
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Ruff over code
uses: chartboost/ruff-action@v1