Skip to content

Bump dotenv from 16.3.1 to 16.4.0 #23

Bump dotenv from 16.3.1 to 16.4.0

Bump dotenv from 16.3.1 to 16.4.0 #23

Workflow file for this run

name: 🚓 Lint Test
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm i
- run: pnpm run lint