Skip to content

Commit

Permalink
Added github ci.yml > Pre-Commit-Check
Browse files Browse the repository at this point in the history
  • Loading branch information
aarne33 committed May 30, 2023
1 parent e50b962 commit a989694
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,11 @@
name: CI
run-name: Triggered by push from ${{ github.actor }}
on: [push]
jobs:
Pre-Commit-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install mypy pylint detect-secrets
- uses: pre-commit/action@v3.0.0

0 comments on commit a989694

Please sign in to comment.