Skip to content

Commit

Permalink
Merge pull request #122 from alkemics/SXMC-653-codefreeze
Browse files Browse the repository at this point in the history
feat(SXMC-653): Add codefreeze job
  • Loading branch information
alk-ktouchie authored Nov 20, 2024
2 parents 39e50d9 + 8a29f3a commit 018801f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2.1

orbs:
ci: alkemics/ci@2

aliases:
- filter-PR-only: &PR-only
branches:
ignore: master

workflows:
main:
jobs:
- ci/hodor:
filters: *PR-only
context:
- github
- hodor

0 comments on commit 018801f

Please sign in to comment.