Skip to content

Commit

Permalink
Added test job
Browse files Browse the repository at this point in the history
  • Loading branch information
adeptvin1 committed Oct 19, 2023
1 parent 7632a31 commit 3287b7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ jobs:
source: "code/example-mec-app"
mypy-options: "--ignore-missing-imports --show-error-codes"
isort-options: "-w 100"
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

0 comments on commit 3287b7e

Please sign in to comment.