Skip to content

Merge pull request #403 from luisfpereira/fix-typo-spharapy #1260

Merge pull request #403 from luisfpereira/fix-typo-spharapy

Merge pull request #403 from luisfpereira/fix-typo-spharapy #1260

Workflow file for this run

name: Linting
on:
push:
branches: [main, github-actions-test]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1