Skip to content

Fix deploy instructions in README, remove dotenv-cli #10

Fix deploy instructions in README, remove dotenv-cli

Fix deploy instructions in README, remove dotenv-cli #10

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run lint
- run: npm run test