Skip to content

Updates for Orange and Sosh (FR) #7

Updates for Orange and Sosh (FR)

Updates for Orange and Sosh (FR) #7

Workflow file for this run

name: Pull Request tests
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Call PR Validator
run: |
curl -X GET "https://pr-validator.2fa.directory/${{ github.event.repository.name }}/${{ github.event.number }}/" \
-H "Content-Type: application/json"