Skip to content

docs: update community section (#116) #256

docs: update community section (#116)

docs: update community section (#116) #256

Workflow file for this run

name: Ruff
on:
push:
branches:
- main
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Linting & Flaking"
uses: chartboost/ruff-action@v1