Release v2.10.2 (#686) #2
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
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
name: Lint check | |
jobs: | |
check: | |
name: check code | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout ScanAPI repository | |
uses: actions/checkout@v3 | |
- name: Runt Project Setup | |
uses: ./.github/actions/setup | |
- name: Test Code Lint | |
run: | | |
make check | |
make mypy |