Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

[πŸ›] Fixed the 'trust proxy' bug #24

[πŸ›] Fixed the 'trust proxy' bug

[πŸ›] Fixed the 'trust proxy' bug #24

Workflow file for this run

name: standard
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
standard:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: npm i
- name: Run standard test
run: npm run test