Fix tests in preparation for behavior change in modern Cython #20
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: Copyright (c) 2019 Anthony Sottile | |
| # | |
| # SPDX-License-Identifier: MIT | |
| name: pre-commit | |
| on: | |
| pull_request: | |
| push: | |
| branches: [master] | |
| jobs: | |
| pre-commit: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: actions/setup-python@v2 | |
| - uses: pre-commit/action@v2.0.0 |