Skip to content

Commit

Permalink
Validate existing contributor (#52)
Browse files Browse the repository at this point in the history
* validate existing contributors

* test

* pass secret

* Update setup.py

* use base_ref

* remove secrets

* Add lolilol

* fix

* fix

* LOL

Co-Authored-By: faucomte97 <[email protected]>
  • Loading branch information
SKairinos and faucomte97 authored Jan 10, 2024
1 parent d449917 commit 49bca85
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/contributing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Contributing

on:
pull_request:
branches:
- main
- new_data_models # TODO: remove after we merge new_data_models into main

jobs:
validate-existing-contributors:
uses: ocadotechnology/codeforlife-workspace/.github/workflows/validate-existing-contributors.yaml@main
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
© Ocado Group
Created on 11/12/2023 at 10:59:40(+00:00).
Setup the Code for Life package during installation.
Setup the Code for Life package during installation.
"""

import json
Expand Down

0 comments on commit 49bca85

Please sign in to comment.