Skip to content

Fix tests for windows, which appears to have a lower resolution time #28

Fix tests for windows, which appears to have a lower resolution time

Fix tests for windows, which appears to have a lower resolution time #28

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up python
uses: actions/setup-python@v2
with:
python-version: '3.12'
- name: install Python dependencies
run: pip install bandit flake8 pyright
- name: run flake8
run: flake8 --show-source watson/ tests/ scripts/