Skip to content

Commit

Permalink
Replace CircleCI with CF Worker (#8090)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Jun 9, 2024
1 parent b47cf77 commit 66eb5fb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 178 deletions.
51 changes: 0 additions & 51 deletions .circleci/config.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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"
36 changes: 0 additions & 36 deletions tests/facebook.rb

This file was deleted.

61 changes: 0 additions & 61 deletions tests/similarweb.rb

This file was deleted.

30 changes: 0 additions & 30 deletions tests/twitter.rb

This file was deleted.

0 comments on commit 66eb5fb

Please sign in to comment.