Skip to content

feat: new query - operator admin for org has logged in #230

feat: new query - operator admin for org has logged in

feat: new query - operator admin for org has logged in #230

Workflow file for this run

name: CI
on:
pull_request:
schedule:
- cron: '0 0 * * 1'
jobs:
security:
uses: dvsa/.github/.github/workflows/php-library-security.yml@main
with:
php-versions: '["8.0","8.1","8.2","8.3"]'
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
static-analysis:
uses: dvsa/.github/.github/workflows/php-library-static.yml@main
with:
php-version: '8.0'
tests:
uses: dvsa/.github/.github/workflows/php-library-tests.yml@main
with:
php-versions: '["8.0","8.1","8.2","8.3"]'
fail-fast: false