Skip to content

build(deps-dev): Bump dotenv from 16.3.1 to 16.3.2 #985

build(deps-dev): Bump dotenv from 16.3.1 to 16.3.2

build(deps-dev): Bump dotenv from 16.3.1 to 16.3.2 #985

Workflow file for this run

name: check code format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: npm ci
- name: run code format check
run: npm run format.check