Skip to content

disable sendfile by default (require config in config.php) #101

disable sendfile by default (require config in config.php)

disable sendfile by default (require config in config.php) #101

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Check code formatting with Prettier
run: npm run format:check