Skip to content

chore: rename bin/sync-backfill.php to bin/backfill.php #24

chore: rename bin/sync-backfill.php to bin/backfill.php

chore: rename bin/sync-backfill.php to bin/backfill.php #24

Workflow file for this run

name: Audit
on:
push:
branches:
- gh-pages
pull_request:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
audit:
name: Audit on PHP ${{ matrix.php-version }} (Ubuntu 24.04)
runs-on: ubuntu-24.04
strategy:
matrix:
php-version:
- '8.4'
steps:
- name: Setup PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
- name: Checkout repository
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Install dependencies
run: composer update --prefer-dist --no-interaction --no-progress
- name: Audit composer
run: composer audit