Skip to content

Commit

Permalink
add circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlwar committed Nov 29, 2020
1 parent 961bbe1 commit 5ca6b0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2.1

jobs:
build:
docker:
- image: circleci/node:10.15.0
steps:
- checkout # check out the code in the project directory
- run: echo "hello world" # run the `echo` command

0 comments on commit 5ca6b0a

Please sign in to comment.