mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-20 07:26:45 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
version: 2.1
|
||||
orbs:
|
||||
node: circleci/node@4.1.0
|
||||
jobs:
|
||||
build:
|
||||
executor: node/default
|
||||
steps:
|
||||
- checkout
|
||||
- run: yarn
|
||||
- run: yarn test
|
||||
Reference in New Issue
Block a user