Skip to content

Commit

Permalink
Check ordering of repositories on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliot-Tm authored and theseer committed Sep 9, 2024
1 parent 395e3a3 commit 8e298f2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/automated_testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Automated Testing

on:
push:

permissions:
contents: read

jobs:
order-repos:
name: Check ordering of repositories
runs-on: ubuntu-latest

steps:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2

- uses: actions/checkout@v4

- name: Check ordering of repositories
run: php scripts/order-repos/check

0 comments on commit 8e298f2

Please sign in to comment.