Skip to content

Commit

Permalink
ci: be consistent with Mousai ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Mar 24, 2024
1 parent c58d8ad commit 0ea6b60
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Unit Testing

on:
push:
branches: [main]
pull_request:
branches: [main]

name: CI

jobs:
flake8:
name: "Linter"
name: Linter
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +26,7 @@ jobs:
flake8 --builtins=_ --ignore E402,W503 --max-complexity=10 --max-line-length=110 --show-source --statistics src/
mypy:
name: "Static Type Checker"
name: Static Type Checker
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0ea6b60

Please sign in to comment.