Skip to content

fix: 时区无关的 fixture timestamps(修 CI UTC 失败) #6

fix: 时区无关的 fixture timestamps(修 CI UTC 失败)

fix: 时区无关的 fixture timestamps(修 CI UTC 失败) #6

Workflow file for this run

name: Syntax Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
py-compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Compile check
run: python3 -m py_compile weread-to-obsidian
- name: Unit tests
run: python3 -m unittest discover tests -v