Skip to content

Removed LibreX. Added LibreY https://github.com/libredirect/browser_e… #1092

Removed LibreX. Added LibreY https://github.com/libredirect/browser_e…

Removed LibreX. Added LibreY https://github.com/libredirect/browser_e… #1092

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: npm install
- run: npm test