diff options
| author | Inada Naoki <songofacandy@gmail.com> | 2020-02-06 22:11:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-06 22:11:04 +0900 |
| commit | 9d79351e99e435b8ca749d57a313441783f67133 (patch) | |
| tree | 06d165456f90898aa74048ec86319213b35aff1f /.github/workflows | |
| parent | ff1f5f89d997b40e60472c2820ea55cab752c779 (diff) | |
| download | msgpack-python-9d79351e99e435b8ca749d57a313441783f67133.tar.gz | |
Add some test for timestamp (#403)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/black.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index cabd0cc..eda8d07 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -18,4 +18,4 @@ jobs: - name: Black Code Formatter run: | pip install black - black --diff --check msgpack/ test/ + black --diff --check msgpack/ test/ setup.py |
