Skip to content

feat: log environment and install steps in debug mode #96

feat: log environment and install steps in debug mode

feat: log environment and install steps in debug mode #96

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
code: # test the code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bahmutov/npm-install@v1
- run: yarn lint
- run: yarn test