Skip to content

Bump dotenv from 16.3.1 to 16.3.2 #21

Bump dotenv from 16.3.1 to 16.3.2

Bump dotenv from 16.3.1 to 16.3.2 #21

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