Bump the java-dependencies group across 1 directory with 2 updates #876
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: mypy Typecheck | |
on: [push, pull_request] | |
jobs: | |
typecheck: | |
runs-on: ubuntu-latest | |
name: Typecheck | |
steps: | |
- name: Check out source repository | |
uses: actions/checkout@v4 | |
- name: mypy Typecheck | |
uses: jpetrucciani/mypy-check@master | |
with: | |
python_version: "3.11" |