Skip to content

Updates to improve experience on SWAN #149

Updates to improve experience on SWAN

Updates to improve experience on SWAN #149

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 3
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: jpetrucciani/ruff-check@main
- run: pip install mypy
- run: mypy .