Skip to content

Merge pull request #456 from stephen-huan/fix-tests #538

Merge pull request #456 from stephen-huan/fix-tests

Merge pull request #456 from stephen-huan/fix-tests #538

Workflow file for this run

name: Check linting
on:
pull_request:
push:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: chartboost/ruff-action@v1