Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

add: setup github actions #1

add: setup github actions

add: setup github actions #1

Workflow file for this run

name: ruff lint
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1