Skip to content

Update environment variable in tests.yml #16

Update environment variable in tests.yml

Update environment variable in tests.yml #16

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