Skip to content

Commit

Permalink
Testing pvarki/ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
aarne33 committed May 30, 2023
1 parent 13a4f2b commit 734bf7e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -2,10 +2,7 @@ name: CI
run-name: Triggered by push from ${{ github.actor }}
on: [push]
jobs:
Pre-Commit-Check:
CI-Run-On-Ubuntu-Latest:
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@main
- uses: pvarki/ci@main

0 comments on commit 734bf7e

Please sign in to comment.