Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 6, 2024
1 parent 33c7ec4 commit 5421535
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/verify-new-contributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
# number: ${{ inputs.pull-request-number }}
# review-state: APPROVED

view-pr:
runs-on: ubuntu-latest
steps:
- name: View PR
run: gh pr view 54
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

validate-new-contributor:
# needs: [validate-pr-review-state]
uses: ocadotechnology/codeforlife-workspace/.github/workflows/validate-new-contributor.yaml@new_contributor_validations # TODO: use @main
Expand Down

0 comments on commit 5421535

Please sign in to comment.