Skip to content

Commit

Permalink
fix branch names in CI and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
keithchev committed Sep 12, 2024
1 parent bd4bdee commit 8feec3b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: lint
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: test
on:
push:
branches:
- main
- master
tags:
- 'v*'
pull_request:
branches:
- main
- master

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
- Added python 3.9 to build testing.

#### 0.2.1
- Fixed `ZeroDivisionError` when the Z-dimension is defined, but has a length of 0.
- Clarified an error message.
- Fixed `ZeroDivisionError` when the Z-dimension is defined, but has a length of 0.
- Clarified an error message.
- Added fix for truncated files.

#### 0.2.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ The two-dimensional images returned by these methods are Pillow objects, so all

## Known issues

Below are known issues and limitations with the `readlif` package. If you encounter these issues, please open an issue.
Below are known issues and limitations with the `readlif` package. If you encounter these issues, please open an issue.

- There may be an issue where a truncated 16-bit file will load incorrectly; however, this is not tested.
- There may be an issue where a truncated 16-bit file will load incorrectly; however, this is not tested.

- There is not support for FlipX, FlipY and SwapXY metadata.

Expand Down

0 comments on commit 8feec3b

Please sign in to comment.