Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Jul 7, 2023
1 parent fd9369b commit bd2a8bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: pre-commit

on:
pull_request:
push:
branches: [main]

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
7 changes: 0 additions & 7 deletions Jenkinsfile

This file was deleted.

0 comments on commit bd2a8bc

Please sign in to comment.