Skip to content

Removed packages, links and path fixed and added static files #194

Removed packages, links and path fixed and added static files

Removed packages, links and path fixed and added static files #194

Workflow file for this run

name: Ruff
on:
pull_request:
paths-ignore:
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1