Skip to content

feat: debug env-ci identification #97

feat: debug env-ci identification

feat: debug env-ci identification #97

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