Skip to content

Added remarks field in sponsorship and sponsor url #63

Added remarks field in sponsorship and sponsor url

Added remarks field in sponsorship and sponsor url #63

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