Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlan committed Nov 23, 2024
1 parent 524be25 commit 25c0974
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install the code linting and formatting tool Ruff
run: |
pipx install ruff
- name: Lint with Ruff
run: |
pip install ruff
ruff --output-format=github .
ruff check --output-format=github .
- name: Test with example.csv
run: |
python csv2ical.py sample.csv test.ics
Expand Down

0 comments on commit 25c0974

Please sign in to comment.