Skip to content

Commit

Permalink
chore(ci): run pre-commit in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Apr 30, 2024
1 parent 40f2785 commit 77460d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2.1

orbs:
linter: talkiq/linter@4

executors:
python:
docker:
- image: python:3.11.9
resource_class: medium

workflows:
run-jobs:
jobs:
- linter/pre-commit:
executor: python

0 comments on commit 77460d6

Please sign in to comment.