Merge pull request #30 from transferwise/fix_tests #25
This file contains 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
# name: pre-commit check | |
# on: | |
# pull_request: | |
# push: | |
# branches: [main] | |
# jobs: | |
# pre-commit: | |
# name: Pre-commit check | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# - name: Set up Python | |
# uses: actions/setup-python@v4 | |
# with: | |
# python-version: 3.9 | |
# - uses: pre-commit/[email protected] |