Skip to content

fix: FF1 floating-point b-bug + strict NIST domain checks #14

fix: FF1 floating-point b-bug + strict NIST domain checks

fix: FF1 floating-point b-bug + strict NIST domain checks #14

Workflow file for this run

name: Security
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1'
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
tools: composer:v2
- run: composer install --no-interaction --prefer-dist
- name: Static Analysis
run: |
composer require --dev phpstan/phpstan --no-interaction
vendor/bin/phpstan analyse src/ --level=5 || true