Skip to content

fixed strings

fixed strings #28

Workflow file for this run

# SPDX-License-Identifier: MIT
name: Linting
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
name: Ruff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Ruff
uses: chartboost/ruff-action@v1